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
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-navbar";
@import "chat-thread-title";
@import "chat-audio-upload";