From 0a3388d19f07f655c9cbdd743ece070e0c0a0b59 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 15 Sep 2015 15:22:22 -0700 Subject: [PATCH] on mobile submit-panel must have width --- app/assets/stylesheets/mobile/compose.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 5ee2889cb5a..af5f009df16 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -183,6 +183,7 @@ input { bottom: 35px; } .submit-panel { + width: 50%; position: absolute; display: block; bottom: 2px;