Skip to content

Commit

Permalink
Merge pull request #343 from digital-land/scss_fixes_1
Browse files Browse the repository at this point in the history
Scss fixes 1
  • Loading branch information
ssadhu-sl authored Dec 19, 2024
2 parents 551084c + 9e37290 commit c87bfda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: make lint

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgis/postgis:14-master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deply-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: make lint

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgis/postgis:14-master
Expand Down
1 change: 0 additions & 1 deletion assets/stylesheets/component/_timeline.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.dl-timeline {
position: relative;
margin: 0 0 30px 12px;
Expand Down

0 comments on commit c87bfda

Please sign in to comment.