From 192e286b15b89c33a2e38c35bf21b0bd9464113a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 14 Jul 2014 00:52:57 -0700 Subject: [PATCH] FIX: user about me editor too wide on mobile --- app/assets/stylesheets/mobile/user.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 640c8bf16d6..34b28013ab7 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -251,4 +251,13 @@ margin-top: -8px; } } + + div#pagedown-editor { + width: 100%; + } + + textarea#wmd-input { + width: 100%; + } + }