Browse Source

style: use @height-base in PageHeader (#32883)

close #32871
pull/32887/head
afc163 3 years ago
committed by GitHub
parent
commit
c92138d5d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/page-header/style/index.less

2
components/page-header/style/index.less

@ -66,7 +66,7 @@
color: @heading-color;
font-weight: 600;
font-size: @page-header-heading-title;
line-height: 32px;
line-height: @height-base;
.text-overflow-ellipsis();
}

Loading…
Cancel
Save