Skip to content

Commit ddb731b

Browse files
committed
add important
1 parent 9e9ccca commit ddb731b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/src/css/flex-utils.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@
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
}

0 commit comments

Comments
 (0)