0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

docs: Fix overflow issue in IE. (#25142)

This commit is contained in:
Martijn Cuppens 2017-12-31 13:45:26 +01:00 committed by XhmikosR
parent d08eb55dc9
commit bee859cc9c

View File

@ -65,7 +65,7 @@
}
@include media-breakpoint-up(xl) {
max-width: 320px;
flex: 0 1 320px;
}
}