Skip to content

Commit db16275

Browse files
Fix blame line alignment (#13542)
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: #13540 Regressed by: #13415 Co-authored-by: techknowlogick <[email protected]>
1 parent d0a676c commit db16275

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)