Skip to content

Commit 5f42a46

Browse files
committed
fix(picker-internal): only child column is centered
1 parent 823730b commit 5f42a46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/picker-internal/picker-internal.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@
8484
:host ::slotted(ion-picker-column-internal:last-of-type) {
8585
text-align: end;
8686
}
87+
88+
:host ::slotted(ion-picker-column-internal:only-child) {
89+
text-align: center;
90+
}

0 commit comments

Comments
 (0)