projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead4b89
)
Fix username overflow in timeline change messages
author
Ajay Bura
<ajbura@gmail.com>
Mon, 24 Jan 2022 09:23:51 +0000
(14:53 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Mon, 24 Jan 2022 09:23:51 +0000
(14:53 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/molecules/message/TimelineChange.scss
patch
|
blob
|
history
diff --git
a/src/app/molecules/message/TimelineChange.scss
b/src/app/molecules/message/TimelineChange.scss
index ee1b1651af04a3542b1708b3925c3cb2d07e497f..c066a9ae5db8db5a5c4c49f2c1b011be0f80c2ac 100644
(file)
--- a/
src/app/molecules/message/TimelineChange.scss
+++ b/
src/app/molecules/message/TimelineChange.scss
@@
-32,5
+32,6
@@
min-width: 0;
margin: 0 var(--sp-tight);
+ word-break: break-word;
}
}
\ No newline at end of file