Skip to content

Commit 7d285b4

Browse files
authored
fix: uui-input change aling-items to stretch (#362)
1 parent 4d7cc4c commit 7d285b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class UUIInputElement extends FormControlMixin(
4444
:host {
4545
position: relative;
4646
display: inline-flex;
47-
align-items: center;
47+
align-items: stretch;
4848
height: var(--uui-size-11);
4949
text-align: left;
5050
box-sizing: border-box;

0 commit comments

Comments
 (0)