Skip to content

Commit 6147762

Browse files
author
Gianmarco Manni
committed
fix flex-start css
1 parent 2ba9db9 commit 6147762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/Layout/PanelSideBarLayout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ section.content:first-of-type {
130130
#side-nav.panel-layout {
131131
position: fixed;
132132
display: flex;
133-
align-items: start;
133+
align-items: flex-start;
134134
overflow-y: auto;
135135
overflow-x: hidden;
136136
bottom: 0;

0 commit comments

Comments
 (0)