From 50d623b6dd8d1e3ffeda60dccc79fdeaf65c751e Mon Sep 17 00:00:00 2001 From: jjaffeux Date: Wed, 12 Aug 2020 13:17:49 +0200 Subject: [PATCH] UX: full width for invited groups input --- assets/stylesheets/common/discourse-post-event-builder.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/common/discourse-post-event-builder.scss b/assets/stylesheets/common/discourse-post-event-builder.scss index a43301fd..8ec23add 100644 --- a/assets/stylesheets/common/discourse-post-event-builder.scss +++ b/assets/stylesheets/common/discourse-post-event-builder.scss @@ -142,7 +142,7 @@ } .ac-wrap { - max-width: 450px; + max-width: 100%; } input {