mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix preview image box margin
This commit is contained in:
parent
5997b6e2d6
commit
958433a8d7
@ -1,4 +1,5 @@
|
||||
.preview-image-boxes {
|
||||
display: flex;
|
||||
float: right;
|
||||
margin: 0 0 70px 64px;
|
||||
width: 496px;
|
||||
@ -22,6 +23,10 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.preview-image-box + .preview-image-box {
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
.preview-image-wrapper {
|
||||
background: #f7f7f7;
|
||||
padding: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user