aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel_activities_photos.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-11-02 19:19:24 +0000
committerMario <mario@mariovavti.com>2022-11-02 19:19:24 +0000
commit00694f0dfd03ab51c511a0ba35c98cfe1e22f918 (patch)
tree62cd4c58de55c21e824f6164d1cb247c790ecac0 /view/tpl/channel_activities_photos.tpl
parent134f4c5b520c09ed583cda6c4c4946b8b9629838 (diff)
downloadvolse-hubzilla-00694f0dfd03ab51c511a0ba35c98cfe1e22f918.tar.gz
volse-hubzilla-00694f0dfd03ab51c511a0ba35c98cfe1e22f918.tar.bz2
volse-hubzilla-00694f0dfd03ab51c511a0ba35c98cfe1e22f918.zip
css fixes
Diffstat (limited to 'view/tpl/channel_activities_photos.tpl')
-rw-r--r--view/tpl/channel_activities_photos.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/channel_activities_photos.tpl b/view/tpl/channel_activities_photos.tpl
index b0079f382..cba157627 100644
--- a/view/tpl/channel_activities_photos.tpl
+++ b/view/tpl/channel_activities_photos.tpl
@@ -5,7 +5,7 @@
{{foreach $items as $i}}
<a href="{{$i.url}}" title="{{$i.alt}}">
<img src="{{$i.src}}" width="{{$i.width}}" height="{{$i.height}}" alt="{{$i.alt}}">
- <div class='jg-caption autotime' title="{{$i.edited}}"></div>
+ <div class='jg-caption rounded text-truncate autotime' title="{{$i.edited}}"></div>
</a>
{{/foreach}}
</div>