Prevent new composer from overflowing from non-breakable text (#8829)

This commit is contained in:
Janne Mareike Koschinski 2022-06-13 13:05:41 +02:00 committed by GitHub
parent cda18a3dfb
commit 57dff8131c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ limitations under the License.
}
.mx_MessageComposer_row {
min-width: 0;
grid-area: composer;
}