Update changelog

This commit is contained in:
Jeremy Thomas 2018-10-07 18:32:15 +02:00
parent e70e4cd362
commit 70902ce58c
2 changed files with 2 additions and 4 deletions

View File

@ -31,6 +31,7 @@
* #1982 Fix navbar-burger color when color modifier is used * #1982 Fix navbar-burger color when color modifier is used
* #1819 Fix #1137 error message for required file * #1819 Fix #1137 error message for required file
* Fix #1904 and #1969: hide native file input in Chrome * Fix #1904 and #1969: hide native file input in Chrome
* #2059 Remove unnecessary right margin from last level-item (level.is-mobile)
## 0.7.1 ## 0.7.1

View File

@ -5460,12 +5460,9 @@ a.dropdown-item.is-active {
margin-top: 0; margin-top: 0;
} }
.level.is-mobile .level-item {
margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(:last-child) { .level.is-mobile .level-item:not(:last-child) {
margin-bottom: 0; margin-bottom: 0;
margin-right: 0.75rem;
} }
.level.is-mobile .level-item:not(.is-narrow) { .level.is-mobile .level-item:not(.is-narrow) {