File tree Expand file tree Collapse file tree
app/components/primer/open_project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @openproject/primer-view-components ' : patch
3+ ---
4+
5+ Make sure that the context bar of the PageHeader always has the same height
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments