Browse Source

#2550 Fixes isssue with flex-basis in IE

pull/2095/merge
jlukic 9 years ago
parent
commit
89ed5effaf
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/segment.less

1
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;

Loading…
Cancel
Save