FIX: prevents audio container to overflow container (#25012)

This commit is contained in:
Joffrey JAFFEUX 2023-12-22 09:38:21 +01:00 committed by GitHub
parent 5668866031
commit 9ebe21df82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.chat-audio-upload {
max-width: 100%;
}

View File

@ -66,3 +66,4 @@
@import "chat-user-threads"; @import "chat-user-threads";
@import "chat-navbar"; @import "chat-navbar";
@import "chat-thread-title"; @import "chat-thread-title";
@import "chat-audio-upload";