mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: Card cover margin bug when bordered is false (#25515)
This commit is contained in:
parent
fa6fe56a6a
commit
260d40dffb
@ -130,10 +130,12 @@
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
&-cover {
|
||||
&-bordered &-cover {
|
||||
margin-right: -1px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
&-cover {
|
||||
> * {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user