using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents

This commit is contained in:
Mark Otto 2017-06-30 17:41:04 -07:00 committed by Mark Otto
parent 2d4534e112
commit 75156f419a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
li {
position: relative;
flex: 1 0 auto;
max-width: $carousel-indicator-width;
width: $carousel-indicator-width;
height: $carousel-indicator-height;
margin-right: $carousel-indicator-spacer;
margin-left: $carousel-indicator-spacer;