diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 12:03:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 12:03:42 +0000 |
commit | b25ebe12c5c231e951d5a87341f68fa161bb280e (patch) | |
tree | 2bdb5d763e4ddf02ac8ae7ea3abfce22113e9659 /view | |
parent | be45005dbb3d17bf4215e314c19ed2b7853e6a54 (diff) | |
download | volse-hubzilla-b25ebe12c5c231e951d5a87341f68fa161bb280e.tar.gz volse-hubzilla-b25ebe12c5c231e951d5a87341f68fa161bb280e.tar.bz2 volse-hubzilla-b25ebe12c5c231e951d5a87341f68fa161bb280e.zip |
more css
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 670181c4d..e06c29716 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -38,7 +38,7 @@ <img class="rounded rounded-end-0 rounded-top-0 u-photo" src="{{$profile.thumb}}?rev={{$profile.picdate}}" alt="{{$profile.fullname}}" style="width: 5rem; height:5rem;"> </div> {{if $profile.pdesc}} - <div class="m-2 text-break">{{$profile.pdesc}}</div> + <div class="m-2 small lh-sm text-break">{{$profile.pdesc}}</div> {{else}} <div class="m-2"> <span class="opacity-50">{{$no_pdesc}}</span> |