@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; }