Skip to content

Commit d48a008

Browse files
committed
ui: improve input and textarea sizing
1 parent 2dba35e commit d48a008

File tree

2 files changed

+237
-224
lines changed

2 files changed

+237
-224
lines changed

src/once-ui/components/Input.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
padding-top: 0;
9797
}
9898

99+
&.textarea.labelAsPlaceholder {
100+
padding-top: var(--static-space-12);
101+
}
102+
99103
&:not(.labelAsPlaceholder) {
100104
padding-top: var(--static-space-16);
101105
}

0 commit comments

Comments
 (0)