We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown for comments (and perhaps elsewhere?) are not aligned with the parent element.
Should be a simple fix of adding top right to the semantic class definition.
top right
The text was updated successfully, but these errors were encountered:
this one could be solved with "top left" actually, but the smiley one needs "top right" which breaks because of our less abuse of .right.
We'd need to do some javascript or less changes I think or figure out how to set this some other way
Sorry, something went wrong.
"top right" breaks because of our less abuse of .right.
Yeah, I found that out the hard way :/
I like the look of right better than left and it's consistent.
right
left
I have a patch-fix using .right:not(.dropdown) in less, but would like to improve it
.right:not(.dropdown)
Successfully merging a pull request may close this issue.
Windows, Chrome + Firefox
Description
Dropdown for comments (and perhaps elsewhere?) are not aligned with the parent element.
Should be a simple fix of adding
top right
to the semantic class definition.Screenshots
The text was updated successfully, but these errors were encountered: