mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-03 17:47:03 +03:00
db16275d9e
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>