]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed issue #23100
authorChirag Modi <cmodi@atlassoftweb.com>
Mon, 17 Jul 2017 07:59:49 +0000 (13:29 +0530)
committerChirag Modi <cmodi@atlassoftweb.com>
Mon, 17 Jul 2017 07:59:49 +0000 (13:29 +0530)
scss/_variables.scss

index f0949eaffead6b42800eabc69b6b9429195ca539..21c96b5d24ae33da8f2f2a927a7f32c02cb93b2c 100644 (file)
@@ -189,6 +189,7 @@ $grid-breakpoints: (
 // Define the maximum width of `.container` for different screen sizes.
 
 $container-max-widths: (
+  xs: 100%,
   sm: 540px,
   md: 720px,
   lg: 960px,