Skip to content

Commit

Permalink
Merge pull request #12431 from nextcloud/stb14-ie11-width-fix
Browse files Browse the repository at this point in the history
Fix IE rule for min width
  • Loading branch information
MorrisJobke committed Nov 13, 2018
2 parents 40f5f12 + ae9f96f commit 846fa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/ie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: fixed !important;
}
#app-content {
width: $navigation-width !important;
min-width: $navigation-width !important;
/**
* set min height so the container will grow in IE11
* https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11
Expand Down

0 comments on commit 846fa89

Please sign in to comment.