Skip to content
New issue

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

unwanted extra space between username and content #81

Open
frankli0324 opened this issue Jul 13, 2023 · 1 comment
Open

unwanted extra space between username and content #81

frankli0324 opened this issue Jul 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@frankli0324
Copy link

frankli0324 commented Jul 13, 2023

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

@media @desktop-up {
  .Post-header {
    & > ul {
      display: flex;
      flex-wrap: wrap;
    }
  }
}

this caused:

image

and without that:

image

Environment

  • Flarum version: 1.8.1
  • Extension version: 1.3.1

Not sure whether that's intended behavior

@frankli0324 frankli0324 added the bug Something isn't working label Jul 13, 2023
@frankli0324
Copy link
Author

frankli0324 commented Jul 13, 2023

oh I understood that it's intended to make the "best answer" badge float to the right..
but anyway it introduces the extra space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant