Fix overflowing titles (#318)

This commit is contained in:
Emil Carlsson 2021-07-27 06:28:14 +02:00 committed by GitHub
parent 9068564500
commit c4416888b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
>{{ timeFormat(video.duration) }}</span
>
</div>
<p>{{ video.title }}</p>
<p class="uk-text-break">{{ video.title }}</p>
</router-link>
<div :class="{ 'uk-align-left': !(video.views >= 0 || video.uploadedDate) }">