mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 06:34:25 +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;
|
overflow: hidden;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5 !important;
|
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 {
|
.markup > *:first-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user