Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit bb92e36

Browse files
andrewseguinSplaktar
authored andcommitted
fix api docs content from displaying after the left nav
1 parent 2312097 commit bb92e36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/pages/component-sidenav/component-sidenav.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ app-component-sidenav {
114114
.docs-component-sidenav-body-content {
115115
display: flex;
116116
flex: 1 1 auto;
117-
flex-direction: column;
118117
}
119118

120119
@media (max-width: $small-breakpoint-width) {
@@ -140,4 +139,8 @@ app-component-sidenav {
140139
.docs-component-viewer-sidenav-container {
141140
flex: 1 0 auto;
142141
}
142+
143+
.docs-component-sidenav-body-content {
144+
flex-direction: column;
145+
}
143146
}

0 commit comments

Comments
 (0)