diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-08 18:58:44 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-08 18:58:44 -0500 |
commit | 1078cac70d079ee0917b1a540a9f0633661ec303 (patch) | |
tree | aa4b83fc7fa098e5c0d34257c684010870d464a9 /app/Template/config/webhook.php | |
parent | 5ce0ebdd26c051049955ad4f1cc3b2659c083e9a (diff) |
Minor improvements in settings page
Diffstat (limited to 'app/Template/config/webhook.php')
-rw-r--r-- | app/Template/config/webhook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config/webhook.php b/app/Template/config/webhook.php index 768edf8c..24bd0c27 100644 --- a/app/Template/config/webhook.php +++ b/app/Template/config/webhook.php @@ -15,7 +15,7 @@ </form> </section> -<div class="page-header"> +<div class="page-header margin-top"> <h2><?= t('Webhook token') ?></h2> </div> <section class="panel"> |