From 565450601f0aa89b9f96a546e42aa6158ef9a976 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 22 Jun 2015 19:56:45 +0800 Subject: [PATCH] FIX: Tagging plugin was blocking composer status on smaller screens. --- app/assets/stylesheets/desktop/compose.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index be6ffebe7e6..4c30572650f 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -288,6 +288,7 @@ } .submit-panel { + width: 28%; position: absolute; display: block; bottom: 8px;