Skip to content

Commit cc9dae3

Browse files
committed
fix label align together with go-gitea#11891
1 parent 8b472e6 commit cc9dae3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

web_src/less/_base.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,3 +1307,7 @@ i.icon.centerlock {
13071307
.ui.secondary.pointing.menu .item {
13081308
padding: 12px;
13091309
}
1310+
1311+
.ui.header > .ui.label.compact {
1312+
margin-top: inherit;
1313+
}

web_src/less/_repository.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
font-weight: 400;
1515
font-size: 1.5rem;
1616

17+
.label {
18+
vertical-align: middle;
19+
}
20+
1721
&.repo-title .repo-header-icon {
1822
display: inline-block;
1923
position: relative;

0 commit comments

Comments
 (0)