Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinWang committed Jul 19, 2016
1 parent 4e934ac commit d149142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/MDSearchBox.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-ms-flex-align: center;
align-items: center;

width: 300px;
/*width: 300px;*/
border: 1px solid #ccc;
background-color: white;
}
Expand Down
4 changes: 1 addition & 3 deletions lib/MDSearchBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ MDSearchBox.propTypes = {
};

MDSearchBox.defaultProps = {
text: '',
width: 300,
height: 42
text: ''
};

exports.default = MDSearchBox;

0 comments on commit d149142

Please sign in to comment.