From d3050e0d01b63fb99bb7656e1b86dc542c7e4873 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 15 Sep 2022 22:57:42 +0200 Subject: [PATCH] File header tweaks (#21175) - Remove non-matching selector - Set font-size on parent so `.mono` can correctly reduce it Before (font subjectively too big): Screenshot 2022-09-15 at 19 03 56 After: image --- web_src/less/_repository.less | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index f5be0b34e6..57d54a08f6 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -409,10 +409,6 @@ font-size: .5em; } - .file-info { - font-size: 13px; - } - .file-actions { .btn-octicon { line-height: 1; @@ -3051,7 +3047,8 @@ td.blob-excerpt { display: flex; justify-content: space-between; overflow-x: auto; - padding: 8px 12px !important; + padding: 6px 12px !important; + font-size: 13px !important; } .file-info {