Skip to content

Commit 12ec25c

Browse files
Merge pull request #20694 from calixteman/bug2018134
Fix the menu dimensions when on of the item is too long (bug 2018134)
2 parents f395042 + 55448fd commit 12ec25c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/views_manager.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@
428428
}
429429

430430
> .popupMenu {
431-
width: auto;
431+
width: 100%;
432+
min-width: fit-content;
432433
z-index: 1;
433434
}
434435
}

0 commit comments

Comments
 (0)