diff options
author | 2019-07-06 18:01:38 +0200 | |
---|---|---|
committer | 2019-07-06 18:01:38 +0200 | |
commit | 73ce10017e1a5ed32303e5d41985b6bcb6bf16a7 (patch) | |
tree | 42424936eb166b128bec2fbbd03524cbba539353 /pydis_site | |
parent | Moving the navbar-banner css into base.css so it will work on the wiki pages,... (diff) |
fixing floating button on root article page
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/wiki/create_root.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pydis_site/templates/wiki/create_root.html b/pydis_site/templates/wiki/create_root.html index 330fea33..2d09089d 100644 --- a/pydis_site/templates/wiki/create_root.html +++ b/pydis_site/templates/wiki/create_root.html @@ -32,11 +32,7 @@ <form method="POST" class="form-horizontal"> {% wiki_form form %} - <div class="field is-horizontal"> - <div class="field-label"> - {# Empty for spacing #} - </div> <div class="field-body"> <div class="control"> <button type="submit" class="button is-primary" name="save_changes"> |