Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 778af93

Browse files
author
Robert Messerle
committed
fix(layout): explicitly adds webkit prefix for safari
1 parent e38a2c8 commit 778af93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/style/layout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121

2222
[layout=column] {
2323
flex-direction: column;
24+
-webkit-flex-direction: column;
2425
}
2526

2627
[layout=row] {
2728
flex-direction: row;
29+
-webkit-flex-direction: row;
2830
}
2931

3032
[layout-padding] > [flex-sm],

0 commit comments

Comments
 (0)