Showing
1 changed file
with
9 additions
and
0 deletions
| ... | ... | @@ -10,4 +10,13 @@ |
| 10 | 10 | background-color: #fff !important; |
| 11 | 11 | border-top: 1px solid @N4 !important; |
| 12 | 12 | } |
| 13 | + .qx-input-select-dropdown__list-empty { | |
| 14 | + display: flex; | |
| 15 | + align-items: center; | |
| 16 | + justify-content: center; | |
| 17 | + flex-direction: column; | |
| 18 | + overflow: hidden; | |
| 19 | + height: 100%; | |
| 20 | + margin: 0; | |
| 21 | + } | |
| 13 | 22 | } | ... | ... |