Adds fixed padding to forms, removes unusable space before/after fields

This commit is contained in:
Björn Fromme
2022-04-28 15:39:58 +02:00
parent d91ad2a2f7
commit da1a48b2a6
2 changed files with 4 additions and 1 deletions
@@ -110,6 +110,7 @@ TCEFORM {
space_before_class { space_before_class {
types { types {
gridelements_pi1.disabled = 1 gridelements_pi1.disabled = 1
form_formframework.disabled = 1
} }
removeItems := addToList(extra-small, medium, extra-large) removeItems := addToList(extra-small, medium, extra-large)
altLabels.. = Standard (ohne) altLabels.. = Standard (ohne)
@@ -2,7 +2,9 @@
<f:flashMessages /> <f:flashMessages />
<f:if condition="{formConfiguration}"> <f:if condition="{formConfiguration}">
<formvh:render overrideConfiguration="{formConfiguration}" /> <div class="py-8">
<formvh:render overrideConfiguration="{formConfiguration}" />
</div>
</f:if> </f:if>
</html> </html>