@@ -154,8 +154,14 @@
margin-right: 5px;
}
- .select2-container--jet {
- min-width: 100px;
+ @include for-phone {
+ width: 100%;
+ }
+
+ .select2 {
+ width: 100% !important;
@@ -20,6 +20,7 @@
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
+ box-sizing: border-box;
appearance: none;
transition: background $transitions-duration;