mirror of
https://github.com/go-gitea/gitea
synced 2024-11-14 22:24:24 +00:00
Backport #31473 by brechtvl Co-authored-by: Brecht Van Lommel <brecht@blender.org> Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
d1dd3fa49c
commit
1825c316a6
@ -2,7 +2,11 @@
|
||||
overflow: hidden;
|
||||
font-size: 16px;
|
||||
line-height: 1.5 !important;
|
||||
overflow-wrap: anywhere;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.conversation-holder .markup {
|
||||
overflow-wrap: anywhere; /* prevent overflow in code comments. TODO: properly restrict .conversation-holder width and remove this */
|
||||
}
|
||||
|
||||
.markup > *:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user