- Gitea version (or commit ref): 1.12.0+dev-24-ged5140d23 - Git version: 2.24 - Operating system: docker - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description ui class of repository-summary : top and bottom borders are not aligned suggestion: ```css .repository .repository-summary { /* height: 48px; */ overflow: hidden; ``` ... before  after  ## Screenshots