Skip to content

Commit b00d92a

Browse files
authored
fix(ux) Set max width to sidebar to avoid overflow text (#2452)
1 parent 440c2a0 commit b00d92a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Sidebar/Sidebar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.sidebar {
66
display: none;
77
width: 100%;
8+
max-width: 280px;
89
max-height: 100%;
910
will-change: transform;
1011

0 commit comments

Comments
 (0)