Open frankli0324 opened 1 year ago
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
oh I understood that it's intended to make the "best answer" badge float to the right.. but anyway it introduces the extra space.
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