File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9898// Flex Direction
9999// --------------------------------------------------
100100.ion-flex-direction-column {
101- flex-direction : column ;
101+ flex-direction : column !important ;
102102}
103103
104104.ion-flex-direction-column-reverse {
105- flex-direction : column-reverse ;
105+ flex-direction : column-reverse !important ;
106106}
107107
108108.ion-flex-direction-row {
109- flex-direction : row ;
109+ flex-direction : row !important ;
110110}
111111
112112.ion-flex-direction-row-reverse {
113- flex-direction : row-reverse ;
113+ flex-direction : row-reverse !important ;
114114}
115115
116116// Flex Container
117117// --------------------------------------------------
118118.ion-flex-1 {
119- flex : 1 ;
119+ flex : 1 !important ;
120120}
You can’t perform that action at this time.
0 commit comments