Skip to content

Commit e7e9413

Browse files
authored
Fix: Fix vertical alignment of input text for uui-input.element.ts (#1123)
Fix vertical alignment of input text caused by padding inconsistency.
1 parent 86a0f3e commit e7e9413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/uui-input/lib/uui-input.element.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,7 @@ export class UUIInputElement extends UUIFormControlMixin(
478478
479479
input {
480480
font-family: inherit;
481-
padding: 1px var(--uui-size-space-3) var(--uui-size-1)
482-
var(--uui-size-space-3);
481+
padding: 1px var(--uui-size-space-3);
483482
font-size: inherit;
484483
color: inherit;
485484
border-radius: var(--uui-border-radius);

0 commit comments

Comments
 (0)