mirror of https://github.com/vector-im/riot-web
Prevent new composer from overflowing from non-breakable text (#8829)
parent
cda18a3dfb
commit
57dff8131c
|
@ -37,6 +37,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_MessageComposer_row {
|
||||
min-width: 0;
|
||||
grid-area: composer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue