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