Browse Source

fix: Tabs dropdown overflow (#24928)

pull/24930/head
二货机器人 5 years ago
committed by GitHub
parent
commit
83b028c7fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tabs/style/dropdown.less

2
components/tabs/style/dropdown.less

@ -30,7 +30,7 @@
box-shadow: @box-shadow-base;
&-item {
width: 120px;
min-width: 120px;
margin: 0;
padding: @dropdown-vertical-padding @control-padding-horizontal;
overflow: hidden;

Loading…
Cancel
Save