Browse Source

🐛 fix Alert button extra padding in Firefox (#21325)

close #21324
pull/21378/head
偏右 5 years ago
committed by afc163
parent
commit
f692e7ee34
  1. 1
      components/alert/style/index.less

1
components/alert/style/index.less

@ -72,6 +72,7 @@
position: absolute;
top: 8px;
right: 16px;
padding: 0;
overflow: hidden;
font-size: @font-size-sm;
line-height: 22px;

Loading…
Cancel
Save