Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMartijn Cuppens <MartijnCuppens@users.noreply.github.com>2017-12-31 15:45:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-12-31 15:45:26 +0300
commitbee859cc9c5217ee738f9d5b0183b381d2ccbff4 (patch)
tree7911b6a78e2307a8ae4973d5ce3d4a56732228b2 /assets
parentd08eb55dc9bd1a15397ea799308f0abe83890f36 (diff)
docs: Fix overflow issue in IE. (#25142)
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_sidebar.scss b/assets/scss/_sidebar.scss
index 385cb8cd8e..0cfbd60d25 100644
--- a/assets/scss/_sidebar.scss
+++ b/assets/scss/_sidebar.scss
@@ -65,7 +65,7 @@
}
@include media-breakpoint-up(xl) {
- max-width: 320px;
+ flex: 0 1 320px;
}
}