diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index 0dbcc772e..bf592d2f7 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -360,6 +360,7 @@ /* Horizontal Segment */ .ui.horizontal.segments > .segment { flex: 1 1 auto; + -ms-flex: 1 1 0px; /* Solves #2550 MS Flex */ margin: 0em; min-width: 0px; background-color: transparent;