]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1552
authorJeremy Thomas <bbxdesign@gmail.com>
Thu, 19 Sep 2019 14:18:04 +0000 (15:18 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 19 Sep 2019 14:18:04 +0000 (15:18 +0100)
CHANGELOG.md
sass/elements/container.sass

index eb48f28373466db3c9a28df3988baaf71b11b51c..dd188c4db18b5270bd5e7b43b4e3866342ac7640 100644 (file)
@@ -6,6 +6,7 @@
 
 * Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
 * Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
+* #1608 Fix #1552 -> `.container.is-fluid` margins
 
 ### New features
 
index ca43a91efa58d8760b1096329eba95309c883c77..d88eb94acc0cdda0817be8550d60974fef09e06f 100644 (file)
@@ -6,10 +6,10 @@ $container-offset: (2 * $gap) !default
   position: relative
   width: auto
   &.is-fluid
-    margin-left: $gap
-    margin-right: $gap
     max-width: none
-    width: auto
+    padding-left: $gap
+    padding-right: $gap
+    width: 100%
   +desktop
     max-width: $desktop - $container-offset
   +until-widescreen