1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00

Improve commit graph alignment and truncating (#26112) (#26127)

Backport #26112 by @wxiaoguang

Fix #26101



![image](https://github.com/go-gitea/gitea/assets/2114189/7507d201-822e-4534-8b20-e659d56b1268)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot
2023-07-25 07:43:39 -04:00
committed by GitHub
parent 08cdc0da3d
commit 3b518a3af5
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 {