Skip to content

Commit da5904a

Browse files
authored
Merge pull request #381 from opf/67724-fix-page-header-title-collpsed-with-a-long-text
[67724] Use line-height instead of height for the page header title styles
2 parents 8c30419 + 03575a7 commit da5904a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/little-hornets-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/primer-view-components": patch
3+
---
4+
5+
[67724] Use line-height instead of height for the styles of the page header title, when there is no breadcrumb

app/components/primer/open_project/page_header.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393

9494
/* Match the title bar height with the toggle menu button for proper vertical alignment */
9595
.PageHeader--noBreadcrumb .PageHeader-titleBar {
96-
height: var(--control-small-size);
96+
line-height: var(--control-small-size);
9797
}

0 commit comments

Comments
 (0)