fix(input): use correct padding for large (#29447)

This commit is contained in:
Maria Hutt
2024-05-03 12:49:44 -07:00
committed by GitHub
parent 2eb1dbd83c
commit 0e792e6b9d
4 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
--padding-end: 12px; --padding-end: 12px;
} }
:host(.input-fill-outline.input-size-large.input-shape-round) { :host(.input-fill-outline.input-size-large) {
--padding-start: 16px; --padding-start: 16px;
--padding-end: 16px; --padding-end: 16px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB