mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +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:
parent
c52d48aae4
commit
6e4baee91d
4 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue