mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-18 16:18:28 +00:00
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
|
@ -45,7 +45,7 @@
|
|||
|
||||
.admin dl.admin-dl-horizontal dt,
|
||||
.admin dl.admin-dl-horizontal dd {
|
||||
line-height: 1;
|
||||
line-height: var(--line-height-default);
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue