forked from forgejo/forgejo
Backport line height fix (#26708)
Backport the `line-height: normal`, because #26520 was backported
(cherry picked from commit 508c624e99
)
This commit is contained in:
parent
03b397a408
commit
4da20765e8
4 changed files with 10 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue