Skip to content

Commit

Permalink
Merge pull request #91 from UrbanOS-Public/1138-footer-linkers-not-cl…
Browse files Browse the repository at this point in the history
…ickable

Removed unneeded css
  • Loading branch information
RyanRConaway authored Apr 19, 2023
2 parents 676314f + 7a9e9ae commit fb610e8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 36 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discovery_ui",
"version": "2.1.28",
"version": "2.1.29",
"description": "UI for dataset discovery",
"main": "./src/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@smartcitiesdata/react-discovery-ui": "2.1.32",
"@smartcitiesdata/react-discovery-ui": "2.1.33",
"buffer": "^6.0.3",
"definitions": "0.0.2",
"immutable": "^3.8.2",
Expand Down
3 changes: 0 additions & 3 deletions src/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ body {
.body-dataset-lists header .nav-wrapper{
border-bottom:none;
}
.body-dataset-detail main-app-element {
margin-top:100px;
}
header {
background-color: white;
padding: 0;
Expand Down

0 comments on commit fb610e8

Please sign in to comment.