UX: fix height of lazy youtube embeds (#27671)
This commit is contained in:
parent
1c67aab135
commit
9e8d8d37fa
|
@ -143,3 +143,8 @@
|
|||
border-radius: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
// Overrides core onebox height: auto; that can cause a conflict
|
||||
.lazy-video-wrapper .lazy-video-container.youtube-onebox {
|
||||
height: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue