From 2a7797dca461a63dbdcead43bb94a3cc3c0e58bb Mon Sep 17 00:00:00 2001 From: morethanwords Date: Fri, 16 Oct 2020 13:48:32 +0300 Subject: [PATCH] Fix input wrapper width in channel & chat creation --- src/scss/partials/_leftSidebar.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scss/partials/_leftSidebar.scss b/src/scss/partials/_leftSidebar.scss index c04c94df..a29968a7 100644 --- a/src/scss/partials/_leftSidebar.scss +++ b/src/scss/partials/_leftSidebar.scss @@ -307,9 +307,11 @@ } .input-wrapper { - width: 380px; + width: 420px; margin: 0 auto; flex: 0 0 auto; + padding: 0 1.25rem; + max-width: 100%; @include respond-to(handhelds) { width: 100%;