mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(select): add min height to select text for windows since it shows border
This commit is contained in:
@@ -61,3 +61,7 @@ ion-select {
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.select-text {
|
||||
min-height: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user