fix: Dropdown item style when text is long (#34177)

close #34176
This commit is contained in:
afc163 2022-02-24 10:38:26 +08:00 committed by GitHub
parent 780da54c3b
commit 1c28ed37fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,6 @@
font-weight: normal;
font-size: @dropdown-font-size;
line-height: @dropdown-line-height;
white-space: nowrap;
cursor: pointer;
transition: all @animation-duration-slow;