Skip to content

Commit 7467cd5

Browse files
committed
Set for the height of actions in page header
1 parent dae82aa commit 7467cd5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/components/primer/open_project/page_header.pcss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@
9393

9494
/* Match the title bar and actions height with the toggle menu button for proper vertical alignment */
9595
.PageHeader--noBreadcrumb {
96-
.PageHeader-titleBar {
96+
97+
& .PageHeader-titleBar {
9798
line-height: var(--control-small-size);
9899
}
99-
.PageHeader-actions {
100+
101+
& .PageHeader-actions {
100102
height: var(--control-small-size);
101103
}
102104
}

0 commit comments

Comments
 (0)