projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90621bb
)
Fix message formatting
author
Ajay Bura
<ajbura@gmail.com>
Tue, 28 Dec 2021 05:24:46 +0000
(10:54 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Tue, 28 Dec 2021 05:24:46 +0000
(10:54 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/molecules/message/Message.scss
patch
|
blob
|
history
diff --git
a/src/app/molecules/message/Message.scss
b/src/app/molecules/message/Message.scss
index 8f9c0b454a4ac8887791b30efec818903f0a39d4..8ec29bfdfe230130a1d70db1bfe52e98086cadd3 100644
(file)
--- a/
src/app/molecules/message/Message.scss
+++ b/
src/app/molecules/message/Message.scss
@@
-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;