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
Current Behavior
fof/best-answer currently adds this css to the site: https://github.com/FriendsOfFlarum/best-answer/blob/master/resources/less/forum.less#L87-L88
@media @desktop-up { .Post-header { & > ul { display: flex; flex-wrap: wrap; } } }
this caused:
and without that:
Environment
Not sure whether that's intended behavior
The text was updated successfully, but these errors were encountered:
oh I understood that it's intended to make the "best answer" badge float to the right.. but anyway it introduces the extra space.
Sorry, something went wrong.
No branches or pull requests
Bug Report
Current Behavior
fof/best-answer currently adds this css to the site: https://github.com/FriendsOfFlarum/best-answer/blob/master/resources/less/forum.less#L87-L88
this caused:
and without that:
Environment
Not sure whether that's intended behavior
The text was updated successfully, but these errors were encountered: