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:
Rakshit Kumar 2018-12-19 08:34:32 +05:30 committed by 偏右
parent dd30678033
commit 2ac67ddc25

View File

@ -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;