mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Styling fixes for firefox.
This commit is contained in:
@@ -12,3 +12,10 @@
|
||||
|
||||
@include vendor-prefix(flex-direction, row);
|
||||
}
|
||||
|
||||
@mixin flex-column {
|
||||
display: flex;
|
||||
display: -ms-flexbox;
|
||||
|
||||
@include vendor-prefix(flex-direction, column);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user