Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Prevent new composer from overflowing from non-breakable text (#8829)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Jun 13, 2022
1 parent cda18a3 commit 57dff81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_MessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ limitations under the License.
}

.mx_MessageComposer_row {
min-width: 0;
grid-area: composer;
}

Expand Down

0 comments on commit 57dff81

Please sign in to comment.