Skip to content

Commit cc17cf5

Browse files
fix(menu): stretch menu list container to fit all items (#5589)
1 parent 343421b commit cc17cf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/standalone/styles/topbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
flex-wrap: wrap;
4848
max-width: 800px;
4949
.dd-menu-items {
50-
width: 700px;
50+
width: max-content;
5151
.dd-items-left {
5252
display: flex;
5353
flex-direction: column;

src/styles/_dropdown-menu.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
max-width: 800px;
429429

430430
.dd-menu-items {
431-
width: 700px;
431+
width: max-content;
432432

433433
.dd-items-left {
434434
display: flex;

0 commit comments

Comments
 (0)