From b83861325e82941c96b7b8d3b19e3a214b7c68a8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 26 Mar 2016 01:18:16 -0700 Subject: [PATCH] tighten submit button spacing on mobile too --- 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 276dbdd1db5..f272ffe7131 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -184,7 +184,7 @@ input { // don't specify width; needs to auto-size for smallest phones position: absolute; display: block; - bottom: 2px; + bottom: 0; } } .category-input {