Fix input wrapper width in channel & chat creation

This commit is contained in:
morethanwords 2020-10-16 13:48:32 +03:00
parent 55ba27ada1
commit 2a7797dca4

View File

@ -307,9 +307,11 @@
} }
.input-wrapper { .input-wrapper {
width: 380px; width: 420px;
margin: 0 auto; margin: 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
padding: 0 1.25rem;
max-width: 100%;
@include respond-to(handhelds) { @include respond-to(handhelds) {
width: 100%; width: 100%;