1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 02:08:36 +00:00

Use overflow-wrap: anywhere to replace word-break: break-all (#34126)

This commit is contained in:
wxiaoguang
2025-04-06 17:13:02 +08:00
committed by GitHub
parent e1c2d05bde
commit a62ed19da6
5 changed files with 3 additions and 7 deletions

View File

@@ -1724,8 +1724,7 @@ tbody.commit-list {
line-height: 18px;
margin: 1em;
white-space: pre-wrap;
word-break: break-all;
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
.content-history-detail-dialog .header .avatar {