forked from forgejo/forgejo
Backport #26112 by @wxiaoguang Fix #26101  Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> (cherry picked from commit3b518a3af5
)
This commit is contained in:
parent
e2101ae572
commit
5969ec33a1
2 changed files with 15 additions and 10 deletions
|
@ -109,8 +109,13 @@
|
|||
background-color: var(--color-secondary-alpha-30);
|
||||
}
|
||||
|
||||
#git-graph-container #rev-list .tags a.button {
|
||||
#git-graph-container #rev-list .commit-refs .button {
|
||||
padding: 2px 4px;
|
||||
margin-right: 0.25em;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#git-graph-container #rev-list .sha.label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue