From 7cdb8c10e97fe9e22411efef4986e6393247e0ee Mon Sep 17 00:00:00 2001 From: ThibG Date: Thu, 7 Nov 2019 08:06:06 +0100 Subject: Minor improvements to poll composing UI (#12319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Disable the “add option” button instead of hiding it - Allow poll option inputs to scale to full width --- app/javascript/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 417e8c899..ded668aea 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -392,6 +392,7 @@ .autosuggest-input, .spoiler-input { position: relative; + width: 100%; } .spoiler-input { -- cgit