From 4f061ee4443341b43047867a817bea104e1dd116 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 26 Mar 2016 01:16:53 -0700 Subject: [PATCH] no width on submit-panel helps small phones --- app/assets/stylesheets/mobile/compose.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index d7372c53a31..276dbdd1db5 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -181,7 +181,7 @@ input { bottom: 35px; } .submit-panel { - width: 50%; + // don't specify width; needs to auto-size for smallest phones position: absolute; display: block; bottom: 2px;