mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents
This commit is contained in:
parent
2d4534e112
commit
75156f419a
@ -134,7 +134,7 @@
|
|||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
max-width: $carousel-indicator-width;
|
width: $carousel-indicator-width;
|
||||||
height: $carousel-indicator-height;
|
height: $carousel-indicator-height;
|
||||||
margin-right: $carousel-indicator-spacer;
|
margin-right: $carousel-indicator-spacer;
|
||||||
margin-left: $carousel-indicator-spacer;
|
margin-left: $carousel-indicator-spacer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user