Skip to content

Commit

Permalink
Removed unnecessary margin under certain inputs and updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmichael committed Sep 9, 2018
1 parent 62264ce commit 91bd5bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "WaveNet for Chrome",
"version": "1.1.0",
"version": "1.1.1",
"manifest_version": 2,
"description": "A wrapper for Google WaveNet’s text-to-speech services.",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wavenet-for-chrome",
"version": "1.1.0",
"version": "1.1.1",
"description": "A wrapper for Google WaveNet’s text-to-speech.",
"main": ".eslintrc.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion sass/utilities/_inputs.scss
Expand Up @@ -2,7 +2,6 @@
.input__text, .input__select {
font-size: 14px;
text-align: center;
margin-bottom: 12px;
}

::placeholder {
Expand Down

0 comments on commit 91bd5bc

Please sign in to comment.