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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}