From 3dbd1c195a4ea09c54b7fb298c4ad47bc85c5187 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 14 Oct 2014 14:12:48 -0700 Subject: [PATCH] FIX: wide mobile topic title overflowed in editor --- app/assets/stylesheets/mobile/compose.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 5056f46ab84..28843e1947d 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -71,6 +71,11 @@ display: none; } .control-row { margin: 0 0 0 5px; + .reply-to { + overflow: hidden; + max-width: 92%; + white-space: nowrap; + } } .saving-text { display: none;