diff options
author | Mario <mario@mariovavti.com> | 2022-01-08 13:17:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-08 13:17:19 +0000 |
commit | f70bc571bd0ccaf99d6a5605fe301ee2d28ded19 (patch) | |
tree | 87293b39900f308921850723e0623acabe60922a /view/tpl | |
parent | 8cc64176b43e8dc84e3a162cd3e1d9fba353c266 (diff) | |
download | volse-hubzilla-f70bc571bd0ccaf99d6a5605fe301ee2d28ded19.tar.gz volse-hubzilla-f70bc571bd0ccaf99d6a5605fe301ee2d28ded19.tar.bz2 volse-hubzilla-f70bc571bd0ccaf99d6a5605fe301ee2d28ded19.zip |
css fix
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/tokens.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/tokens.tpl b/view/tpl/tokens.tpl index 835c1a6db..3b267ddcc 100644 --- a/view/tpl/tokens.tpl +++ b/view/tpl/tokens.tpl @@ -16,7 +16,7 @@ {{include file="field_input.tpl" field=$expires}} {{include file="field_select.tpl" field=$permcat}} - <div class="mb-2 clearfix"> + <div class="clearfix"> {{if $atoken}} <button type="submit" name="delete" class="btn btn-outline-danger">{{$delete}}</button> {{/if}} |