UX: Small spacing fix for grid items (#21979)
Supports spacing for videos and placeholder elements.
This commit is contained in:
parent
ae8347d948
commit
1abfe2e61d
|
@ -23,7 +23,8 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
> img {
|
||||
> img,
|
||||
> div {
|
||||
margin-bottom: $grid-column-gap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue