Remove unused code. Fix button size issue
This commit is contained in:
parent
66e9680d48
commit
8ef43d9270
@ -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) => {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user