Skip to content

Commit

Permalink
fix: add padding at the bottom of entries container (#60)
Browse files Browse the repository at this point in the history
* fix: add padding at the bottom of entries container

* chore: build

* chore: increment version

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
  • Loading branch information
johnny243 and johnny243 authored Jul 7, 2021
1 parent 0209039 commit f8c2bc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ html {
background-color: var(--sn-stylekit-contrast-background-color);
flex: 1;
padding: 0 10px;
padding-bottom: 10px;
}

.auth-dialog {
Expand Down
2 changes: 1 addition & 1 deletion dist/dist.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dist.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-token-vault",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/dist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit f8c2bc0

Please sign in to comment.