summaryrefslogtreecommitdiffstats
path: root/tpl/objects
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-07-27 08:57:58 +0200
committerVolpeon <git@volpeon.ink>2025-07-27 08:57:58 +0200
commit8e0d336780d5f78d20533a1031010519a7bb0ae4 (patch)
treee0c19a705a4b2b92eefc5c1a37be7dc242f2b15e /tpl/objects
parentAdd pill style to text field (diff)
downloadiro-design-8e0d336780d5f78d20533a1031010519a7bb0ae4.tar.gz
iro-design-8e0d336780d5f78d20533a1031010519a7bb0ae4.tar.bz2
iro-design-8e0d336780d5f78d20533a1031010519a7bb0ae4.zip
Update
Diffstat (limited to 'tpl/objects')
-rw-r--r--tpl/objects/field-label.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/field-label.pug b/tpl/objects/field-label.pug
index fb96443..192780d 100644
--- a/tpl/objects/field-label.pug
+++ b/tpl/objects/field-label.pug
@@ -16,7 +16,7 @@ mixin field-label(label, hint=null)
16 16
17 let labelStyle = needsLabelWidth ? 'width: ' + attributes.labelWidth : ''; 17 let labelStyle = needsLabelWidth ? 'width: ' + attributes.labelWidth : '';
18 18
19 div(class=classes) 19 label(class=classes)
20 .o-field-label__label(style=labelStyle class=attributes.labelClass)= label 20 .o-field-label__label(style=labelStyle class=attributes.labelClass)= label
21 .o-field-label__content(class=attributes.contentClass) 21 .o-field-label__content(class=attributes.contentClass)
22 block 22 block