Skip to content

Commit

Permalink
hide toggle button on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jan 17, 2019
1 parent f8a211d commit c838000
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const ToggleWrapper = styled.span`
.dnb-form-label {
margin: 1px 0.5rem 0;
}
@media only screen and (max-width: 50em) {
& {
display: none;
}
}
`

export default class ToggleGrid extends Component {
Expand Down

0 comments on commit c838000

Please sign in to comment.