Skip to content

Commit 0e85f2e

Browse files
devvaannshabose
authored andcommitted
fix: remove redundant max-width class from dropdown menu
1 parent 22e4025 commit 0e85f2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/styles/brackets_patterns_override.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,7 @@ a:focus {
602602
.dropdown-menu {
603603
box-shadow: 0 3px 9px @bc-shadow;
604604
max-height: 160px;
605-
max-width: 400px;
606605
overflow-y: auto;
607-
overflow-x: hidden;
608606
padding: 0;
609607

610608
.dark & {

0 commit comments

Comments
 (0)