Skip to content

Commit

Permalink
Merge pull request #208 from bcgov/qa
Browse files Browse the repository at this point in the history
disclaimer fix and data updates
  • Loading branch information
NicoledeGreef authored Jul 28, 2021
2 parents 8c2f2d6 + fc5ffa6 commit f1c50c4
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 96 deletions.
52 changes: 26 additions & 26 deletions layers/provincial-highway/provincial-highway.geojson

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-zip": "^0.17.1"
},
"scripts": {
"start": "grunt"
}
}
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,16 @@ dialog {
padding: 0;
border: none;
min-height: auto;
height: unset;
background-color: transparent;
}

dialog form {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
min-height: 0;
background-color: white;
}

dialog header {
Expand Down

0 comments on commit f1c50c4

Please sign in to comment.