We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b472e6 commit cc9dae3Copy full SHA for cc9dae3
web_src/less/_base.less
@@ -1307,3 +1307,7 @@ i.icon.centerlock {
1307
.ui.secondary.pointing.menu .item {
1308
padding: 12px;
1309
}
1310
+
1311
+.ui.header > .ui.label.compact {
1312
+ margin-top: inherit;
1313
+}
web_src/less/_repository.less
@@ -14,6 +14,10 @@
14
font-weight: 400;
15
font-size: 1.5rem;
16
17
+ .label {
18
+ vertical-align: middle;
19
+ }
20
21
&.repo-title .repo-header-icon {
22
display: inline-block;
23
position: relative;
0 commit comments