Files
2016-01-27 08:09:37 -06:00

23 lines
367 B
SCSS

@import "../../globals.core";
// Select
// --------------------------------------------------
ion-select {
display: flex;
overflow: hidden;
}
.select-text {
flex: 1;
min-width: 16px;
max-width: 120px;
font-size: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-multiple-inputs ion-select {
position: relative;
}