Skip to content

Commit

Permalink
Fix preview mode padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zemlyansky committed Oct 28, 2018
1 parent 4fa7bf4 commit 4f853c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ tile {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
padding: 0 20px;
}

.content .chips {
Expand All @@ -777,6 +778,9 @@ tile {
display:block;
padding: 30px 20px;
}
.preview .parameters {
padding: 30px 0;
}
.content .net {
display: none;
}
Expand Down

0 comments on commit 4f853c8

Please sign in to comment.