Increase width of filter dropdown so that it doesn't overflow when the wrong font is used

This commit is contained in:
Andrew Kingston 2021-05-10 17:39:14 +01:00
parent 099e7648e3
commit c1c04309d5
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
}
.select {
width: 110px;
width: 120px;
}
.appGrid {