From e9c144268ff7a34689f83ff4386c3921ffb15b4b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 10 May 2016 15:29:05 -0400 Subject: [PATCH] fix(select): add min height to select text for windows since it shows border --- ionic/components/select/select.wp.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ionic/components/select/select.wp.scss b/ionic/components/select/select.wp.scss index 38b5c11d64..a5e5626a85 100644 --- a/ionic/components/select/select.wp.scss +++ b/ionic/components/select/select.wp.scss @@ -61,3 +61,7 @@ ion-select { pointer-events: none; } + +.select-text { + min-height: 3rem; +}