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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user