-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
The first tab element is displaced vertically #2172
Comments
[x] fix for jgthms#2172
I can confirm I'm seeing the same problem |
same here .content li + li {
margin-top: 0.25em;
} either removeing it or lose the "+ li" part will solve the issue |
If it helps resolving it - same to me and the fix by OP did the trick. Thanks! :) |
* adds baseline to tabs ul [x] fix for #2172 * Update tabs.sass * Update content.sass * Update content.sass * Update content.sass * Update content.sass * Update content.sass
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The issue appears to have been fixed in Bulma 0.7.5. (I can reproduce it with Bulma 0.7.4, but not Bulma 0.7.5.) I think this issue can be closed now. |
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework.
I am using the latest Bulma version.
Description
The first tab element is displaced vertically a few pixels, forming a small gap from the bottom border. This problem is almost 2 years old, but wasn't fixed along the way.
#474
Steps to Reproduce
I am facing the this issue on Windows 10 x64 with the latest Chrome version.
Aligning items to the baseline did the trick.
Expected behavior
All tabs should be aligned vetically.
Actual behavior
The first tab is displaced.
The text was updated successfully, but these errors were encountered: