Skip to content

Commit

Permalink
fix(v2): adjust proper padding top of doc page on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Apr 23, 2020
1 parent 796bd0c commit 0a2a037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}

.docSidebarContainer {
display: none;
margin-top: 0;
}
}

1 comment on commit 0a2a037

@lex111
Copy link
Contributor Author

@lex111 lex111 commented on 0a2a037 Apr 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix after #2631, I didn’t open a separate PR for this, because it has the same motivation as that PR.

Please sign in to comment.