mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
FIxes #10576 by removing the extra padding that causes the card title to go out of line with action props
This commit is contained in:
parent
dd30678033
commit
2ac67ddc25
@ -66,7 +66,7 @@
|
||||
|
||||
&-extra {
|
||||
float: right;
|
||||
padding: @card-head-padding + 1.5px 0;
|
||||
padding: @card-head-padding 0;
|
||||
font-size: @font-size-base;
|
||||
color: @text-color;
|
||||
font-weight: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user