mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
chore: Adjust menu style (#30883)
This commit is contained in:
parent
b837ecd950
commit
c78a6b2270
@ -40,6 +40,15 @@
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
// Overflow ellipsis
|
||||
&-overflow {
|
||||
display: flex;
|
||||
|
||||
&-item {
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-hidden,
|
||||
&-submenu-hidden {
|
||||
display: none;
|
||||
@ -355,7 +364,6 @@
|
||||
}
|
||||
|
||||
&-horizontal {
|
||||
display: flex;
|
||||
line-height: @menu-horizontal-line-height;
|
||||
border: 0;
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
|
Loading…
Reference in New Issue
Block a user