]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 16:32:15 +0000 (18:32 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 16:40:35 +0000 (18:40 +0200)
CHANGELOG.md
docs/css/bulma-docs.css

index 365071c5816c54843ac886560126a416dfbaaedd..52bb9d46aeba28a49d65e8dda35b7dd37e402360 100644 (file)
@@ -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
 
index 1ac857dc5bcc502a41bd549e49caf557955ba314..81430fd30deaa124abe3569a0fb89125a9f7e5a3 100644 (file)
@@ -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) {