-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 last button in list of full-width buttons has longer width #1991
The last button in list of full-width buttons has longer width #1991
Comments
Seems to be the following code found here:
|
Yeah I use the “buttons” class in the docs for most examples. It’s not a bug per se because it’s just for educational purposes. Here’s the only case where it’s not great because all buttons are full width. |
I am encountering this. Did you guys just fix it with a custom CSS class? It's pretty annoying, but I understand why it exists. I think that fullwidth items should not have the margin on them. |
Update: This can be fixed with the following.
|
&:not(:last-child):not(.is-fullwidth)
margin-right: 0.5rem should work. |
@jgthms are you adding this in the next release? |
This is about Bulma | the Docs.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [0.7.1]
My browser is: Opera
I am sure this issue is not a duplicate? Not sure!
Description
The last button in the list of full-width buttons is longer when comparing to the rest.
Steps to Reproduce
This error also occurs in the demo page of bulma.
https://bulma.io/documentation/elements/button/#displays
Expected behavior
The last button should have the same width as others in group.
Actual behavior
The last button has longer width than others in group.
The text was updated successfully, but these errors were encountered: