Skip to content

Commit

Permalink
v3.1.2 release
Browse files Browse the repository at this point in the history
1. fix a issue in safari
  • Loading branch information
D0n9X1n committed Dec 28, 2020
1 parent 7246ed0 commit 4878760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/hbe.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
z-index: 1;
display: inline-block;
margin: 1em;
width: 60%;
min-width: 50em;
width: 80%;
min-width: 400px;
vertical-align: top;
}

Expand Down Expand Up @@ -231,7 +231,7 @@
opacity: 0;
padding: 0.35em;
z-index: 100;
color: #236482;
color: #837482;
}

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

0 comments on commit 4878760

Please sign in to comment.