Skip to content

Commit 0eea47e

Browse files
committed
remove unnecessary label padding
1 parent 5fedc3d commit 0eea47e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

web_src/css/modules/label.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ a.ui.label:hover {
9494
background: var(--color-button);
9595
border: 1px solid var(--color-light-border);
9696
color: var(--color-text-light);
97-
padding: calc(0.5833em - 1px) calc(0.833em - 1px);
9897
}
9998
a.ui.basic.label:hover {
10099
text-decoration: none;

web_src/css/repo.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,9 +1482,6 @@ td .commit-summary {
14821482
justify-content: end;
14831483
}
14841484

1485-
.comment-header-right .ui.label {
1486-
padding: 0.125em 0.5em;
1487-
}
14881485
.comment-body {
14891486
background: var(--color-box-body);
14901487
border: none !important;

0 commit comments

Comments
 (0)