Skip to content

Commit 23a37b4

Browse files
authored
Remove padding override on .ui .sha.label (#35864)
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: <img width="135" height="172" alt="image" src="https://github.com/user-attachments/assets/2781a854-be08-4a11-bde0-d3699b2b7454" /> After: <img width="139" height="162" alt="image" src="https://github.com/user-attachments/assets/5c864fa3-c1f9-4452-ae58-5411dd445865" />
1 parent 61e5cc1 commit 23a37b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/css/base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ img.ui.avatar,
626626
font-family: var(--fonts-monospace);
627627
font-size: 13px;
628628
font-weight: var(--font-weight-normal);
629-
padding: 3px 5px;
630629
flex-shrink: 0;
631630
}
632631

0 commit comments

Comments
 (0)