make sure messages do not take more than 75% of the list width

pull/1978/head
Audric Ackermann 4 years ago
parent 5c7615d205
commit 6eb6f00c62
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -313,11 +313,11 @@ textarea {
.module-message--incoming {
margin-inline-start: 0;
margin-inline-end: 10px;
margin-inline-end: auto;
}
.module-message--outgoing {
margin-inline-end: 0;
margin-inline-start: 10px;
margin-inline-start: auto;
}
pre {

@ -11,6 +11,7 @@
display: inline-flex;
flex-direction: row;
align-items: center;
max-width: 75%;
&__text-error {
font-style: italic;

Loading…
Cancel
Save