From: Jeremy Thomas Date: Sun, 7 Oct 2018 16:32:15 +0000 (+0200) Subject: Update changelog X-Git-Tag: 0.7.2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70902ce58c22acae29bba7bd42f60862a5a0e4d9;p=thirdparty%2Fbulma.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 365071c58..52bb9d46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 1ac857dc5..81430fd30 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -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) {