mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-02 13:59:48 +09:00
Use overflow-wrap: anywhere to replace word-break: break-all (#34126)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user