From 6360420aed8e9401c24f09e671a568cad87637ae Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 15 Sep 2015 16:49:47 +0800 Subject: [PATCH] FIX: Make category combobox in modal take 100% width. --- app/assets/stylesheets/mobile/modal.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index 9715a193161..7114c9b2e1f 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -92,6 +92,10 @@ width: 100%; } } + + .category-combobox { + width: 100%; + } } .flag-modal {