Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Fixes broken layout on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas committed Jun 2, 2015
1 parent 7ca45c5 commit a4d4862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/default/settings/screen.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.settings-view {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

Expand Down

0 comments on commit a4d4862

Please sign in to comment.