mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix #1991
This commit is contained in:
parent
b304559d7b
commit
036945d970
@ -23,6 +23,7 @@
|
||||
* #1993 Fixes #1992 Prevent disabled form elements hover state from overlapping, if control has add-ons elements
|
||||
* #1909 Fix Modal card in IE11
|
||||
* #1908 Fix IE11 when textarea doesn't listen to `size=""`
|
||||
* Fix #1991 The last button in list of full-width buttons has longer width
|
||||
|
||||
## 0.7.1
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -219,7 +219,7 @@ $button-static-border-color: $grey-lighter !default
|
||||
justify-content: flex-start
|
||||
.button
|
||||
margin-bottom: 0.5rem
|
||||
&:not(:last-child)
|
||||
&:not(:last-child):not(.is-fullwidth)
|
||||
margin-right: 0.5rem
|
||||
&:last-child
|
||||
margin-bottom: -0.5rem
|
||||
|
Loading…
Reference in New Issue
Block a user