Skip to content

Commit

Permalink
v3.1.9 release
Browse files Browse the repository at this point in the history
update input width from 400px to 200px to fit mobile screens.
  • Loading branch information
D0n9X1n committed Jun 9, 2023
1 parent edaf109 commit 457e8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hbe.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
display: inline-block;
margin: 1em;
width: 80%;
min-width: 400px;
min-width: 200px;
vertical-align: top;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ./"
},
"version": "3.1.8",
"version": "3.1.9",
"devDependencies": {
"eslint": "^6.2.2"
}
Expand Down

0 comments on commit 457e8ac

Please sign in to comment.