mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +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 {
|
&-extra {
|
||||||
float: right;
|
float: right;
|
||||||
padding: @card-head-padding + 1.5px 0;
|
padding: @card-head-padding 0;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user