Skip to content

Commit ed0ddfa

Browse files
authored
fix: Main layout container flex direction (nodejs#6069)
1 parent c72dc04 commit ed0ddfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/old/layout/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#main {
22
.container {
33
display: flex;
4+
flex-direction: column;
45
}
56

67
.has-side-nav.container {

0 commit comments

Comments
 (0)