silverwind
silverwind
I pushed a change that introduces a `commit-hash-link` class used for plain hash links. Commit graph: Commit page:
Will do the other suggested changes and fix the remaining hash links.
Done with my changes, you can do the other suggestions :)
Oh and one more thing: I assume there is more unused CSS, if you can identify more, please remove.
I pushed some hopefully working fixes for the [failing integration tests](https://github.com/go-gitea/gitea/actions/runs/9317542643/job/25648070986?pr=31160).
> I guess this needs to be fixed... It would be great, if the backend processed the commit summary in a way, that the summary has a maximum length, and...
> For now, I'm fixing this by adding max-width and inline-flex to the `max-width` is never the right fix, but I will try if I come up with something better,...
This whole commit message wrapping/ellipsis CSS is a huge mess that needs cleanup, I will see what I can do.
Okay I think I fixed all the overflows, here's all 4 variants of commit message now:
And I also fixed the commit message expansion on `.latest-commit`: Unexpanded: Expanded: Not perfect, but acceptable imho, given that we are still have the restricting `` in the repo files...