Skip to content

Commit 6ec9820

Browse files
authored
fix(ui): text clipping on document header title with Segoe UI font (#7774)
## Description Fixes text clipping that occurs on the document header title when Segoe UI font is used in the admin panel. - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change <!-- Please delete options that are not relevant. --> - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist: - [ ] I have added tests that prove my fix is effective or that my feature works - [x] Existing test suite passes locally with my changes - [ ] I have made corresponding changes to the documentation
1 parent 4f71df7 commit 6ec9820

File tree

1 file changed

+1
-1
lines changed
  • packages/next/src/elements/DocumentHeader

1 file changed

+1
-1
lines changed

packages/next/src/elements/DocumentHeader/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
overflow: hidden;
2828
text-overflow: ellipsis;
2929
margin: 0;
30-
padding-bottom: base(0.2);
30+
padding-bottom: base(0.4);
3131
line-height: 1;
3232
vertical-align: top;
3333
}

0 commit comments

Comments
 (0)