mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user