fix: text overflow for headings

This commit is contained in:
Alejandro Gomez 2023-07-27 11:42:12 +02:00
parent ba40302b5a
commit 213c097a72
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -13,6 +13,8 @@
font-size: 20px;
line-height: 25px;
margin: 16px 0;
word-break: break-all;
word-wrap: break-word;
}
.video-tile .pill-box {