Skip to content

Commit 55448fd

Browse files
committed
Fix the menu dimensions when on of the item is too long (bug 2018134)
1 parent 74ab1a9 commit 55448fd

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
@@ -427,7 +427,8 @@
427427
}
428428

429429
> .popupMenu {
430-
width: auto;
430+
width: 100%;
431+
min-width: fit-content;
431432
z-index: 1;
432433
}
433434
}

0 commit comments

Comments
 (0)