mirror of
https://github.com/go-gitea/gitea
synced 2025-08-11 03:58:20 +00:00
Backport line height fix (#26708)
Backport the `line-height: normal`, because #26520 was backported
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user