Skip to content

Commit

Permalink
Merge pull request #76 from UrbanOS-Public/fix-discovery-ui-format-fo…
Browse files Browse the repository at this point in the history
…r-smaller-screens

Fix discovery UI format for smaller screens
  • Loading branch information
RyanRConaway authored Feb 13, 2023
2 parents f140fc7 + f554eca commit ec7a5ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discovery_ui",
"version": "2.1.14",
"version": "2.1.15",
"description": "UI for dataset discovery",
"main": "./src/index.js",
"repository": {
Expand Down
5 changes: 3 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ body {
min-height: 100%;
margin: 0;
width: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
height: 100vh;
display: flex;
flex-direction: column;
}

0 comments on commit ec7a5ca

Please sign in to comment.