mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
User, Video: Overflow Fix (#70)
This commit is contained in:
parent
afc515b335
commit
6937ec6a8f
2 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@
|
|||
src="{is_null($cover)?'/assets/packages/static/openvk/img/camera_200.png':$cover->getURL()}"
|
||||
style="max-width: 80px; max-height: 54pt;" />
|
||||
</div>
|
||||
<div>
|
||||
<div style="overflow: hidden; overflow-wrap: break-word;">
|
||||
<b><a href="/album{$album->getPrettyId()}">{$album->getName()}</a></b><br>
|
||||
<span class="nobold">{tr("updated_at", $album->getEditTime() ?? $album->getPublicationTime())}</span>
|
||||
</div>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
model => "videos",
|
||||
parent => $video}
|
||||
</div>
|
||||
<div style="float: left; min-height: 100px; width: 30%;">
|
||||
<div style="float: left; min-height: 100px; width: 30%; overflow: hidden; overflow-wrap: break-word;">
|
||||
<div>
|
||||
<h4>{_"information"}</h4>
|
||||
<span style="color: grey;">{_"video_name"}:</span>
|
||||
|
|
Loading…
Reference in a new issue