]> source.dussan.org Git - gitea.git/commitdiff
Fix line number width in code preview (#31307) (#31316)
authorGiteabot <teabot@gitea.io>
Tue, 11 Jun 2024 05:30:02 +0000 (13:30 +0800)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 05:30:02 +0000 (13:30 +0800)
Backport #31307 by silverwind

Line numbers were using some hacky CSS `width: 1%` that did nothing to
the code rendering as far as I can tell but broken the inline preview in
markup when line numbers are greater than 2 digits. Also I removed one
duplicate `font-family` rule (it is set below in the `.lines-num,
.lines-code` selector.

Co-authored-by: silverwind <me@silverwind.io>
web_src/css/base.css

index 69e9cc41a2f6bce56a025d19d444de7614157880..56425fb1a1d841c91b36972330d2e6619f44f337 100644 (file)
@@ -1005,8 +1005,6 @@ overflow-menu .ui.label {
   padding: 0 8px;
   text-align: right !important;
   color: var(--color-text-light-2);
-  width: 1%;
-  font-family: var(--fonts-monospace);
 }
 
 .lines-num span.bottom-line::after {