diff sat_templates/templates/bulma/ticket/create.html @ 246:1928ba66c194

bulma: replaced custom styles by new spacing helpers
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 17:57:13 +0200
parents 0e69b5843c2f
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/ticket/create.html	Fri Jun 19 17:57:13 2020 +0200
+++ b/sat_templates/templates/bulma/ticket/create.html	Fri Jun 19 17:57:13 2020 +0200
@@ -23,7 +23,7 @@
             'placeholder': _("Please describe your issue/request with as much details as possible. You can use Markdown syntax.")},
             'labels': {'placeholder': _("You can enter one or several labels separated by commas")},
             })}}
-            {{ field.submit(_("Create ticket"), class="has-margin-top-1") }}
+            {{ field.submit(_("Create ticket"), class="mt-4") }}
             {% endcall %}
         </div>
     </div>