Skip to content

Commit 343421b

Browse files
fix(menu): do not stretch menu items to full menu height (#5588)
1 parent 66b1334 commit 343421b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/standalone/styles/topbar.less

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
max-height: 500px;
5555
flex-wrap: wrap;
5656
margin: 1.7em 0 0!important;
57-
li {
58-
flex:22%;
59-
}
6057
}
6158
}
6259

@@ -107,7 +104,7 @@
107104
vertical-align: text-top;
108105
}
109106
}
110-
107+
111108

112109
.modal {
113110
font-family: sans-serif;
@@ -133,7 +130,7 @@
133130
.modal-message {
134131
margin: 1.75em 2em;
135132
font-size: 1.1em;
136-
133+
137134
p {
138135
line-height: 1.3;
139136
}

src/styles/_dropdown-menu.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,6 @@
436436
max-height: 500px;
437437
flex-wrap: wrap;
438438
margin: 1.7rem 0 0 !important;
439-
440-
li {
441-
flex: 22%;
442-
}
443439
}
444440
}
445441

0 commit comments

Comments
 (0)