QoL fix for videotitle height, thanks to duke

This commit is contained in:
2024-05-14 00:24:35 +02:00
parent 401423362c
commit 67217c94cf

View File

@@ -6,7 +6,7 @@
<div class="vertical-align">
<div class="wrapper">
<div class="videotitle-div">
<h5 style="height: 22px;">
<h5 style="min-height: 22px;">
@if($video->videotitle)
{{$video->videotitle}}
@else