Unset max height for videos with title/description

This commit is contained in:
Zed 2019-11-04 23:13:58 +01:00
commit 50ebafdf79
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
.card {
margin: 5px 0;
pointer-events: all;
max-height: unset;
}
.card-container {