mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Cut video titles when they exceed 2 lines (#445)
* Cut video titles when they exceed 2 lines * Add tooltip to reveal full title on hover
This commit is contained in:
parent
0fd2ad0ea0
commit
c9a82f3ceb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<p class="uk-text-break" style="padding-top: 0.5rem; margin-bottom: 0.5rem">{{ video.title }}</p>
|
||||
<p style="padding-top: 0.5rem; margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;" :title="video.title">{{ video.title }}</p>
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
|
|
Loading…
Reference in a new issue