From 70902ce58c22acae29bba7bd42f60862a5a0e4d9 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 7 Oct 2018 18:32:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + docs/css/bulma-docs.css | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365071c5..52bb9d46 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 1ac857dc..81430fd3 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) {