We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The composer forces the message to be wrapped anyway
The composer overflows out of its boundaries, through the right panel and into nirvana.
Ubuntu Budgie 22.04 (jammy)
Element Nightly version: 2022061001 Olm version: 3.2.8
https://element.io/get-started#nightly
chat.element.io
No
The text was updated successfully, but these errors were encountered:
Same as #22507 ?
Sorry, something went wrong.
The following change seems to fix the issue for me locally:
diff --git a/res/css/views/rooms/_MessageComposer.scss b/res/css/views/rooms/_MessageComposer.scss index 5c34f78a8b..8e091b9431 100644 --- a/res/css/views/rooms/_MessageComposer.scss +++ b/res/css/views/rooms/_MessageComposer.scss @@ -37,6 +37,7 @@ limitations under the License. } .mx_MessageComposer_row { + overflow: hidden; grid-area: composer; }
You’re right, it’s a duplicate! Sorry I didn’t check earlier
No problem! Rather thank you for creating the issue to confirm the bug.
No branches or pull requests
Steps to reproduce
Outcome
What did you expect?
The composer forces the message to be wrapped anyway
What happened instead?
The composer overflows out of its boundaries, through the right panel and into nirvana.
Operating system
Ubuntu Budgie 22.04 (jammy)
Application version
Element Nightly version: 2022061001 Olm version: 3.2.8
How did you install the app?
https://element.io/get-started#nightly
Homeserver
chat.element.io
Will you send logs?
No
The text was updated successfully, but these errors were encountered: