diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/index.pug | 2 | ||||
-rw-r--r-- | tpl/objects/text-field.pug | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index 365ca52..4e56564 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
@@ -528,7 +528,7 @@ html | |||
528 | +box | 528 | +box |
529 | +backdrop | 529 | +backdrop |
530 | +dialog('Lorem ipsum') | 530 | +dialog('Lorem ipsum') |
531 | p.u-mt-0= loremIpsum | 531 | p.u-mt0= loremIpsum |
532 | p= loremIpsum | 532 | p= loremIpsum |
533 | p= loremIpsum | 533 | p= loremIpsum |
534 | p= loremIpsum | 534 | p= loremIpsum |
diff --git a/tpl/objects/text-field.pug b/tpl/objects/text-field.pug index 24f8e21..d33d3b2 100644 --- a/tpl/objects/text-field.pug +++ b/tpl/objects/text-field.pug | |||
@@ -16,7 +16,8 @@ mixin text-field | |||
16 | 'is-disabled': attributes.disabled, | 16 | 'is-disabled': attributes.disabled, |
17 | 'l-card': !!block, | 17 | 'l-card': !!block, |
18 | 'l-card--flush': !!block, | 18 | 'l-card--flush': !!block, |
19 | 'l-card--gapless': !!block | 19 | 'l-card--gapless': !!block, |
20 | 'u-p-xs': !!block | ||
20 | } | 21 | } |
21 | 22 | ||
22 | div(class=classes aria-disabled=attributes.disabled && String(attributes.disabled)) | 23 | div(class=classes aria-disabled=attributes.disabled && String(attributes.disabled)) |