1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-21 18:10:56 +00:00

Backport line height fix (#26708)

Backport the `line-height: normal`, because #26520 was backported
This commit is contained in:
wxiaoguang 2023-08-24 18:39:09 +08:00 committed by GitHub
parent ecfed9e298
commit 508c624e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -403,8 +403,8 @@
}
.repository.file.list .non-diff-file-content .header .file-actions .btn-octicon {
line-height: 1;
padding: 10px 8px;
line-height: var(--line-height-default);
padding: 8px;
vertical-align: middle;
color: var(--color-text);
}