mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
fix(input): use correct padding for large (#29447)
This commit is contained in:
@ -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 |
Reference in New Issue
Block a user