-
Notifications
You must be signed in to change notification settings - Fork 248
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
PLP indicators disrupt container outlines in Firefox #2619
Comments
There are two ways to solve this issue. what do you think? |
Hi @akshay-bhavsar, the proper way to fix this is to simply omit the whitespace in the component template:
becomes: {{~/unless~}} |
works well!! I will Raise PR for the same. |
PR: #2666 |
fixed via 5e39624 |
actually - does this not also need applying to article & block titles as well? |
Subject of the issue/enhancement/features
Container outline bounds are increased in height in Firefox due to the use of inline-block and whitespace between sibling elements.
Your environment
Steps to reproduce
Expected behaviour
Top of container outline should be equal to its actual top.
Actual behaviour
Container outline is pushed several pixels higher.
Screenshots (if you can)
The text was updated successfully, but these errors were encountered: