Remove unused code. Fix button size issue

This commit is contained in:
gcampes 2017-03-16 09:34:00 -03:00
parent 66e9680d48
commit 8ef43d9270
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ export default class DropdownList extends Component {
}
render() {
const { children, style, className, dropdownHide } = this.props;
const { children, style, className } = this.props;
const boundChildren = Children.map(children,
(item, i) => {

View File

@ -253,9 +253,9 @@ $dropdown-caret-height: 8px;
bottom: 1rem;
z-index: 1011;
font-size: 1.5rem;
width: 34rem;
width: 94vw;
left: 50vw;
margin-left: -17rem;
margin-left: -47vw;
@include mq($small-only) {
display: block;