aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/config_bundle/steps/table_formset.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/config_bundle/steps/table_formset.html')
-rw-r--r--src/templates/config_bundle/steps/table_formset.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/config_bundle/steps/table_formset.html b/src/templates/config_bundle/steps/table_formset.html
index 18edc72..e19f3df 100644
--- a/src/templates/config_bundle/steps/table_formset.html
+++ b/src/templates/config_bundle/steps/table_formset.html
@@ -15,9 +15,9 @@
{% block content %}
{% if error %}
- <h1 style="text-align:center;">{{ error }}</h1>
+ <h1 class="text-center">{{ error }}</h1>
{% else %}
-<div style="padding: 5%;">
+<div class="p-2">
<form method="post" action="" class="form" id="table_formset">
{% csrf_token %}