Skip to content
/ gitea Public
forked from go-gitea/gitea

Commit

Permalink
fix label align together with go-gitea#11891
Browse files Browse the repository at this point in the history
  • Loading branch information
CirnoT committed Jun 22, 2020
1 parent 8b472e6 commit cc9dae3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1307,3 +1307,7 @@ i.icon.centerlock {
.ui.secondary.pointing.menu .item {
padding: 12px;
}

.ui.header > .ui.label.compact {
margin-top: inherit;
}
4 changes: 4 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
font-weight: 400;
font-size: 1.5rem;

.label {
vertical-align: middle;
}

&.repo-title .repo-header-icon {
display: inline-block;
position: relative;
Expand Down

0 comments on commit cc9dae3

Please sign in to comment.