Add tooltip to reveal full title on hover

This commit is contained in:
IceDBorn 2021-09-12 20:02:16 +03:00
parent 1e85766a0f
commit 26b4dcee34

View file

@ -25,7 +25,7 @@
</div> </div>
<div> <div>
<p style="padding-top: 0.5rem; margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;">{{ 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> </div>
</router-link> </router-link>