Fix message formatting
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
90621bb1e3
commit
f9b70d65d8
1 changed files with 4 additions and 4 deletions
|
@ -164,6 +164,10 @@
|
|||
& a {
|
||||
word-break: break-word;
|
||||
}
|
||||
& > .text > a {
|
||||
white-space: initial !important;
|
||||
}
|
||||
|
||||
& span[data-mx-pill] {
|
||||
background-color: hsla(0, 0%, 64%, 0.15);
|
||||
padding: 0 2px;
|
||||
|
@ -386,10 +390,6 @@
|
|||
margin: var(--sp-ultra-tight) 0;
|
||||
@include dir.side(padding, 24px, 0);
|
||||
white-space: initial !important;
|
||||
|
||||
& > * {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
& ul.contains-task-list {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue