Skip to content

Commit

Permalink
Merge pull request #690 from LiskHQ/689-delegate-features-menu-breaks…
Browse files Browse the repository at this point in the history
…-layout-in-tablet-portrait

Delegates features menu breaks layout in tablet portrait - Closes #689
  • Loading branch information
reyraa authored Apr 6, 2018
2 parents a7540e5 + 03d8187 commit 9c14c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/setting/setting.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
display: flex;
left: -100%;
transition: all linear 300ms;
margin: 0;

&.active {
left: 0;
Expand Down

0 comments on commit 9c14c99

Please sign in to comment.