This commit is contained in:
Jeremy Thomas 2018-10-02 06:51:11 +01:00
parent b304559d7b
commit 036945d970
4 changed files with 587 additions and 142 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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