Skip to content

Commit 1669c4a

Browse files
committed
Fix regressions with page width for anon user
1 parent 692c312 commit 1669c4a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

plugins/CoreHome/stylesheets/layout.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ ul.browser-default {
183183
.layoutWithSidebar {
184184
display: flex;
185185
flex-direction: column;
186+
width: 100%;
186187
}
187188

188189
& .top_controls {
@@ -222,6 +223,13 @@ ul.browser-default {
222223
display: flex;
223224
flex-direction: row;
224225
align-items: stretch;
226+
width: 100%;
227+
228+
.page > .pageWrap > #content.home,
229+
.page > .pageWrap > #content.admin {
230+
display: block;
231+
width: 100%;
232+
}
225233

226234
#secondNavBar {
227235
flex: 0 0 224px;

0 commit comments

Comments
 (0)