Showing
1 changed file
with
1 additions
and
4 deletions
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | border-radius: 4px; |
| 6 | 6 | |
| 7 | 7 | &__dropdown-bottom { |
| 8 | - width: 100% !important; | |
| 8 | + width: calc(100% - 20px) !important; | |
| 9 | 9 | height: 50px !important; |
| 10 | 10 | text-align: left !important; |
| 11 | 11 | background-color: #fff !important; |
| ... | ... | @@ -28,7 +28,4 @@ |
| 28 | 28 | margin: 0; |
| 29 | 29 | } |
| 30 | 30 | } |
| 31 | - .qx-input-select-dropdown__list-content-bottom { | |
| 32 | - width: calc(100% - 20px) | |
| 33 | - } | |
| 34 | 31 | } | ... | ... |