QoL fix for videotitle height, thanks to duke
This commit is contained in:
parent
a525c12794
commit
7040a9851d
@ -9,7 +9,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
|
||||
|
Reference in New Issue
Block a user