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: https://github.com/go-gitea/gitea/issues/13540
Regressed by: https://github.com/go-gitea/gitea/pull/13415

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj-v1.14.3
silverwind 4 years ago committed by GitHub
parent d0a676c8ff
commit db16275d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1122,6 +1122,7 @@ i.icon.centerlock {
.blame .code-inner {
white-space: pre;
word-break: normal;
}
.lines-commit {

Loading…
Cancel
Save