Skip to content

Commit cb33fcc

Browse files
committed
Fix blame line alignment
We can't wrap code in blame because it's essentially two tables side-by-side which will misalign them when one line gets larger. Fixes: go-gitea#13540 Regressed by: go-gitea#13415
1 parent c296f4f commit cb33fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,7 @@ i.icon.centerlock {
11221122

11231123
.blame .code-inner {
11241124
white-space: pre;
1125+
word-break: normal;
11251126
}
11261127

11271128
.lines-commit {

0 commit comments

Comments
 (0)