mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Update changelog
This commit is contained in:
parent
e70e4cd362
commit
70902ce58c
@ -31,6 +31,7 @@
|
||||
* #1982 Fix navbar-burger color when color modifier is used
|
||||
* #1819 Fix #1137 error message for required file
|
||||
* 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
|
||||
|
||||
|
@ -5460,12 +5460,9 @@ a.dropdown-item.is-active {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.level.is-mobile .level-item {
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.level.is-mobile .level-item:not(:last-child) {
|
||||
margin-bottom: 0;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.level.is-mobile .level-item:not(.is-narrow) {
|
||||
|
Loading…
Reference in New Issue
Block a user