mirror of
https://gitee.com/gitea/gitea
synced 2025-12-21 07:56:35 +08: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