Skip to content

Commit 090cfa3

Browse files
committed
Employ general fix for oversized labels
1 parent cd03f9e commit 090cfa3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

web_src/less/_base.less

+5
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,11 @@ a.muted:hover,
286286

287287
.ui.menu .item > .label {
288288
background: var(--color-grey);
289+
290+
&:not(.floating) {
291+
margin-left: 7px;
292+
padding: .3em .5em;
293+
}
289294
}
290295

291296
.ui.link.menu .item:hover,

web_src/less/_repository.less

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
justify-content: space-between;
4040

4141
.ui.label {
42-
margin: -3px 0;
43-
margin-left: 7px !important;
44-
padding: 3px 5px !important;
42+
margin-top: -3px;
43+
margin-bottom: -3px;
4544
}
4645
}
4746

0 commit comments

Comments
 (0)