From 289bd9694b3d1be20233c6f473f0080c67da242b Mon Sep 17 00:00:00 2001 From: Giteabot Date: Thu, 6 Nov 2025 14:06:36 +0800 Subject: [PATCH] Remove padding override on `.ui .sha.label` (#35864) (#35873) Backport #35864 by @silverwind Since upgrading to v1.25, I noticed the SHA labels have slightly different padding than before. I can't pinpoint exactly which change it was. Fix it by removing the padding override on `.ui .sha.label` and make the one on`.ui.label` (`2px 6px`) take effect which matches 1.24 rendering. Before: image After: image Co-authored-by: silverwind --- web_src/css/base.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web_src/css/base.css b/web_src/css/base.css index 8b77e55fa3..3c8dd1a435 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -626,7 +626,6 @@ img.ui.avatar, font-family: var(--fonts-monospace); font-size: 13px; font-weight: var(--font-weight-normal); - padding: 3px 5px; flex-shrink: 0; }