Backport line height fix (#26708)

Backport the `line-height: normal`, because #26520 was backported
This commit is contained in:
wxiaoguang 2023-08-24 18:39:09 +08:00 committed by GitHub
commit 508c624e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -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;
}