Skip to content

Commit

Permalink
update set-timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Nov 29, 2024
1 parent 343b0f5 commit f867be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set timezone
uses: szenius/set-timezone@v2
uses: szenius/set-timezone@v2.0

- name: Run tests
run: make test
1 change: 1 addition & 0 deletions grafanimate/grafana-studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class GrafanaStudioSrv {

// Add some padding to content top.
$(".main-view").css("padding-top", "1rem");
}

// Adjust header font size. v1.
if (this.hasHeaderLayout("large-font", "studio")) {
Expand Down

0 comments on commit f867be2

Please sign in to comment.