From f05bd63d8e829334036c4eadef4e01e79374cae7 Mon Sep 17 00:00:00 2001
From: Chirag Modi <cmodi@atlassoftweb.com>
Date: Mon, 17 Jul 2017 13:29:49 +0530
Subject: [PATCH] fixed issue #23100

---
 scss/_variables.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scss/_variables.scss b/scss/_variables.scss
index f0949eaffe..21c96b5d24 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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,
-- 
GitLab