Skip to content

Commit fe0adae

Browse files
authored
Merge pull request #334 from opf/implementation/63889-move-toggle-button-to-the-sidebar
[63889] Fixed height for PageHeader contextBar
2 parents 1c0a695 + e7e7f49 commit fe0adae

5 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/shaky-seas-think.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+
Make sure that the context bar of the PageHeader always has the same height

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
continue-on-error: true
260260
run: ./script/run-playwright
261261
- id: auto-commit
262-
uses: stefanzweifel/git-auto-commit-action@v6
262+
uses: stefanzweifel/git-auto-commit-action@v5.2.0
263263
with:
264264
commit_message: Generating component snapshots
265265
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
321 Bytes
Loading
345 Bytes
Loading

app/components/primer/open_project/page_header.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
justify-content: flex-end;
2121
align-items: center;
2222
margin-bottom: var(--base-size-8);
23+
height: var(--control-small-size);
2324
}
2425

2526
.PageHeader-titleBar {

0 commit comments

Comments
 (0)