Increase width of filter dropdown so that it doesn't overflow when the wrong font is used
This commit is contained in:
parent
099e7648e3
commit
c1c04309d5
|
@ -191,7 +191,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
width: 110px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appGrid {
|
.appGrid {
|
||||||
|
|
Loading…
Reference in New Issue