Improve commit graph alignment and truncating (#26112)

Fix #26101

![image](7507d201-822e-4534-8b20-e659d56b1268)
This commit is contained in:
wxiaoguang 2023-07-25 18:17:41 +08:00 committed by GitHub
parent d817b199ca
commit ad5ce59800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 10 deletions

View file

@ -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 {