| 1 |
/* Select 2 Field */ |
| 2 |
|
| 3 |
.wppb-select2 span.select2-container, |
| 4 |
.wppb-select2-multiple span.select2-container { |
| 5 |
width: 69.9% !important; |
| 6 |
float: left; |
| 7 |
} |
| 8 |
|
| 9 |
.select2-container--open input.select2-search__field { |
| 10 |
outline: none; |
| 11 |
padding: 5px 10px; |
| 12 |
} |
| 13 |
|
| 14 |
@media screen and (max-width: 500px){ |
| 15 |
.wppb-select2 span.select2-container, |
| 16 |
.wppb-select2-multiple span.select2-container { |
| 17 |
width: 100% !important; |
| 18 |
} |
| 19 |
} |