set the min-width of a message to 150px

pull/1403/head
Audric Ackermann 4 years ago
parent add1c2dd39
commit 3313c72ba7
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -336,6 +336,7 @@ textarea {
.module-message__container {
border-radius: $session_message-container-border-radius;
min-width: 150px;
}
label {
user-select: none;

Loading…
Cancel
Save