Fix message formatting

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-28 10:54:46 +05:30
parent 90621bb1e3
commit f9b70d65d8

View file

@ -164,6 +164,10 @@
& a { & a {
word-break: break-word; word-break: break-word;
} }
& > .text > a {
white-space: initial !important;
}
& span[data-mx-pill] { & span[data-mx-pill] {
background-color: hsla(0, 0%, 64%, 0.15); background-color: hsla(0, 0%, 64%, 0.15);
padding: 0 2px; padding: 0 2px;
@ -386,10 +390,6 @@
margin: var(--sp-ultra-tight) 0; margin: var(--sp-ultra-tight) 0;
@include dir.side(padding, 24px, 0); @include dir.side(padding, 24px, 0);
white-space: initial !important; white-space: initial !important;
& > * {
white-space: pre-wrap;
}
} }
& ul.contains-task-list { & ul.contains-task-list {
padding: 0; padding: 0;