fix: 🐛 Fix title randomly breaking characters to new line

(finally)
This commit is contained in:
Front 2022-06-03 18:50:48 -04:00
parent 4797e1ba02
commit c5164037a4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<div class="d-flex flex-column">
<v-card-title
class="pa-0"
style="font-size: 0.95rem; line-height: 1.15rem"
style="font-size: 0.95rem; line-height: 1.15rem; overflow-wrap: break-word;"
v-text="video.title"
v-emoji
/>