diff options
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 14acd7a91f..961ad6a865 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1427,6 +1427,7 @@ The register and sign-in page style } .code-view .lines-code > pre > ol.linenums > li { padding: 0 10px; + line-height: 20px; } .code-view .lines-code > pre > ol.linenums > li.active { background: #ffffdd; |