mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 14:37:02 +01:00
Fix text to not overflow under the chat action btns
This commit is contained in:
parent
012700ee7e
commit
b77cc6dee6
@ -964,6 +964,10 @@ p.mentioned span.chatmessage {
|
|||||||
#send-msg-btn {
|
#send-msg-btn {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea.materialize-textarea {
|
||||||
|
max-width: calc(100% - 120px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#upload-file-btn {
|
#upload-file-btn {
|
||||||
|
Loading…
Reference in New Issue
Block a user