1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 18:17:19 +00:00

Fix markdown wrap (#34697) (#34702)

Backport #34697 by wxiaoguang

Fix #34696

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot
2025-06-12 11:08:38 +08:00
committed by GitHub
parent e6ce72b14a
commit b9ed8fceff
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
overflow: hidden;
font-size: 16px;
line-height: 1.5 !important;
overflow-wrap: anywhere;
overflow-wrap: break-word;
}
.markup > *:first-child {