Skip to content

Commit 07e3db3

Browse files
committed
(css) fix dropdown menu width
1 parent ebd7bf7 commit 07e3db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
min-height: 30px;
3131
padding: 7px 16px;
3232
position: relative;
33+
white-space: nowrap;
3334
}
3435

3536
.menu-options {
@@ -40,7 +41,6 @@
4041
min-width: 150px;
4142
display: inline-block;
4243
border-radius: 4px;
43-
max-width: 80%;
4444
font-size: 15px;
4545
overflow-y: auto;
4646
overflow-x: hidden;

0 commit comments

Comments
 (0)