mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-08 22:06:59 +00:00
Fix overflowing titles (#318)
This commit is contained in:
parent
9068564500
commit
c4416888b6
@ -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) }">
|
||||
|
Loading…
Reference in New Issue
Block a user