Skip to content

Commit

Permalink
using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned…
Browse files Browse the repository at this point in the history
… contents
  • Loading branch information
mdo committed Jul 1, 2017
1 parent 2d4534e commit 75156f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 75156f4

Please sign in to comment.