From bfd2f3750498826f457f96b7dd89476589fa31cd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 25 Jun 2024 19:17:42 +0200 Subject: Fix form --- tpl/objects/form.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/objects') diff --git a/tpl/objects/form.pug b/tpl/objects/form.pug index 24ac3f0..cbb1758 100644 --- a/tpl/objects/form.pug +++ b/tpl/objects/form.pug @@ -3,8 +3,8 @@ include field-label.pug mixin form form(class={ 'l-form': true, - 'l-form--labels-left': attributes.labelsAlign === 'left', - 'l-form--labels-right': attributes.labelsAlign === 'right', + 'l-form--labels-start': attributes.labelsAlign === 'start', + 'l-form--labels-end': attributes.labelsAlign === 'end', 'l-form--labels-above': attributes.labelsAlign === 'above' }) block -- cgit v1.2.3-54-g00ecf