FIX: Make category combobox in modal take 100% width.

This commit is contained in:
Guo Xiang Tan 2015-09-15 16:49:47 +08:00
parent 9977599ca9
commit 6360420aed
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@
width: 100%;
}
}
.category-combobox {
width: 100%;
}
}
.flag-modal {