fix #5056
This commit is contained in:
parent
f43bc792be
commit
7fe58637f4
1 changed files with 9 additions and 0 deletions
|
@ -6,12 +6,21 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: @font-size-small;
|
||||
&.@{dropdown-prefix-cls}-menu{
|
||||
padding: 0;
|
||||
}
|
||||
li{
|
||||
list-style: none;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
outline: none;
|
||||
|
||||
&.@{dropdown-item-prefix-cls}{
|
||||
margin: 0;
|
||||
padding: 7px 16px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
li{
|
||||
|
|
Loading…
Add table
Reference in a new issue