-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Inserter: Fix small style issue #9494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the focus style fixed, this is good to go. Thanks Riad.
I'm seeing the same issue. |
@gziolo Do you see the issue after pulling? I pushed a fix. |
Another approach (instead of padding) would be to avoid |
works properly with the last commit 👍 |
I would love to avoid any clearfixes that involve empty divs or classnames :) |
closes #9491 Regression introduces in #9310
This PR fixes the small issue where the border bottom of the block list was not properly displayed because the block list was containing exclusively floated elements, so its height doesn't fit its content.
Testing instructions