Adds fixed padding to forms, removes unusable space before/after fields
This commit is contained in:
@@ -110,6 +110,7 @@ TCEFORM {
|
||||
space_before_class {
|
||||
types {
|
||||
gridelements_pi1.disabled = 1
|
||||
form_formframework.disabled = 1
|
||||
}
|
||||
removeItems := addToList(extra-small, medium, extra-large)
|
||||
altLabels.. = Standard (ohne)
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
|
||||
<f:flashMessages />
|
||||
<f:if condition="{formConfiguration}">
|
||||
<formvh:render overrideConfiguration="{formConfiguration}" />
|
||||
<div class="py-8">
|
||||
<formvh:render overrideConfiguration="{formConfiguration}" />
|
||||
</div>
|
||||
</f:if>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user