mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Fix #1552
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
|
* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
|
||||||
* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
|
* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
|
||||||
|
* #1608 Fix #1552 -> `.container.is-fluid` margins
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,10 @@ $container-offset: (2 * $gap) !default
|
|||||||
position: relative
|
position: relative
|
||||||
width: auto
|
width: auto
|
||||||
&.is-fluid
|
&.is-fluid
|
||||||
margin-left: $gap
|
|
||||||
margin-right: $gap
|
|
||||||
max-width: none
|
max-width: none
|
||||||
width: auto
|
padding-left: $gap
|
||||||
|
padding-right: $gap
|
||||||
|
width: 100%
|
||||||
+desktop
|
+desktop
|
||||||
max-width: $desktop - $container-offset
|
max-width: $desktop - $container-offset
|
||||||
+until-widescreen
|
+until-widescreen
|
||||||
|
|||||||
Reference in New Issue
Block a user