We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692c312 commit 1669c4aCopy full SHA for 1669c4a
1 file changed
plugins/CoreHome/stylesheets/layout.less
@@ -183,6 +183,7 @@ ul.browser-default {
183
.layoutWithSidebar {
184
display: flex;
185
flex-direction: column;
186
+ width: 100%;
187
}
188
189
& .top_controls {
@@ -222,6 +223,13 @@ ul.browser-default {
222
223
224
flex-direction: row;
225
align-items: stretch;
226
227
+
228
+ .page > .pageWrap > #content.home,
229
+ .page > .pageWrap > #content.admin {
230
+ display: block;
231
232
+ }
233
234
#secondNavBar {
235
flex: 0 0 224px;
0 commit comments