FIX: Make category combobox in modal take 100% width.
This commit is contained in:
parent
9977599ca9
commit
6360420aed
|
@ -92,6 +92,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-combobox {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flag-modal {
|
.flag-modal {
|
||||||
|
|
Loading…
Reference in New Issue