From b736fb7016d1f163250ebfc5825b62d8ac3a45e5 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 11 Oct 2014 05:49:18 -0700 Subject: [PATCH] hacky override of inline select2 width in editor --- app/assets/stylesheets/mobile/compose.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 2f651bb9ee3..87d302a37a9 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -5,6 +5,7 @@ width: 47%; } + .composer-popup-container { display: none; } @@ -186,7 +187,10 @@ display: none; } } .category-input { - display: inline; + // hack, select2 is using inline styles + .select2-container { + width: 99% !important; + } } .popup-tip .close { padding: 0 2px 2px 8px; // so my fingers can touch the little x