diff options
| author | Mark Otto <[email protected]> | 2017-06-30 17:41:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 11:21:20 -0700 |
| commit | 75156f419a503dda978b875d582e184c222bddd4 (patch) | |
| tree | 462538f007e83e00c66518b0ca0672be31f8df54 | |
| parent | 2d4534e112d7ceca112f7a11f768ed733813cbb1 (diff) | |
| download | bootstrap-75156f419a503dda978b875d582e184c222bddd4.tar.xz bootstrap-75156f419a503dda978b875d582e184c222bddd4.zip | |
using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents
| -rw-r--r-- | scss/_carousel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index d0f210df1..6d16039b5 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -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; |
