diff options
-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}} |