From 4421f6598f5883908fb25743977306f19a0b0f0f Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Mon, 16 Oct 2017 23:32:13 +0200 Subject: Fix dual toot button wrong behavior after compose re-design --- app/javascript/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 43d484e6e..119e9feb0 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -468,7 +468,7 @@ .compose-form__publish__side-arm { padding: 0 !important; - width: 4em; + width: 36px; text-align: center; margin-right: 2px; } -- cgit