diff options
author | Mario <mario@mariovavti.com> | 2021-10-30 09:04:50 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-30 09:04:50 +0000 |
commit | acfa527e3e3a4cfa44a8f5148c3409a284b7f253 (patch) | |
tree | ac913f11e234a09ea8ee487269d1d038063735c0 /view/tpl | |
parent | bd116c53a11c27364b8f902652ce53ba7406e053 (diff) | |
download | volse-hubzilla-acfa527e3e3a4cfa44a8f5148c3409a284b7f253.tar.gz volse-hubzilla-acfa527e3e3a4cfa44a8f5148c3409a284b7f253.tar.bz2 volse-hubzilla-acfa527e3e3a4cfa44a8f5148c3409a284b7f253.zip |
css fixes
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/xchan_vcard.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index 5f29a266e..2fd9bec1d 100644 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -6,11 +6,11 @@ </a> </div> <div class="col-7 m-1"> - <div> - <strong class="fn p-name text-truncate">{{$name}}</strong> + <div class="text-truncate"> + <strong class="fn p-name">{{$name}}</strong> </div> - <div> - <small class="text-muted p-adr text-truncate">{{$addr}}</small> + <div class="text-truncate"> + <small class="text-muted p-adr">{{$addr}}</small> </div> {{if $connect}} <div class="mt-1"> |