1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-18 16:28:36 +00:00

Fix line-number and scroll bugs (#33094) (#33095)

Partially backport #33094 

Fix the scroll bug in issue/pr view page.

Fix a JS error when line number exceeds the max
This commit is contained in:
wxiaoguang
2025-01-04 05:50:39 +08:00
committed by GitHub
parent e10d222434
commit fd281518ae
3 changed files with 7 additions and 18 deletions

View File

@@ -693,6 +693,7 @@ input:-webkit-autofill:active,
.ui.dropdown .menu > .header {
font-size: 0.8em;
text-transform: none; /* reset fomantic's "uppercase" */
}
.ui .text.left {