Skip to content

Commit 795cc83

Browse files
authored
Merge pull request #12359 from nextcloud/ie11-width-fix
Fix IE rule for min width
2 parents 0c9e411 + 563df2a commit 795cc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/ie.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: fixed !important;
44
}
55
#app-content {
6-
width: $navigation-width !important;
6+
min-width: $navigation-width !important;
77
/**
88
* set min height so the container will grow in IE11
99
* https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11

0 commit comments

Comments
 (0)