diff options
author | ThibG <thib@sitedethib.com> | 2019-11-07 08:06:06 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-11-07 09:06:06 +0200 |
commit | 7cdb8c10e97fe9e22411efef4986e6393247e0ee (patch) | |
tree | 1133370af6204a2e46e4e9412f3040fb4989be4a /app/javascript/styles | |
parent | 66c1fe0495b7e4728ad776e9c41a70c180640ea5 (diff) |
Minor improvements to poll composing UI (#12319)
- Disable the “add option” button instead of hiding it - Allow poll option inputs to scale to full width
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |