UX: Small spacing fix for grid items (#21979)

Supports spacing for videos and placeholder elements.
This commit is contained in:
Penar Musaraj 2023-06-09 15:28:50 -04:00 committed by GitHub
parent ae8347d948
commit 1abfe2e61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
margin-right: 0;
}
> img {
> img,
> div {
margin-bottom: $grid-column-gap;
}