1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

ui: fix status label on branches list vertical alignment (#11109)

change status icon for merged PR to git-merge

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
赵智超
2020-04-18 00:35:12 +08:00
committed by GitHub
parent c52d48aae4
commit 6e4baee91d
4 changed files with 7 additions and 7 deletions

View File

@@ -1229,11 +1229,11 @@ i.icon.centerlock {
text-overflow: ellipsis;
}
.language-label {
.text-label {
display: inline-flex !important;
align-items: center !important;
}
.language-label .color-icon {
.text-label .color-icon {
position: static !important;
}