Skip to content

Commit

Permalink
fix: expand doc main container to full width on mobiles (#7030)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Mar 27, 2022
1 parent 2b58485 commit 57f7881
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
--doc-sidebar-hidden-width: 30px;
}

.docPage {
.docPage,
.docMainContainer {
width: 100%;
}

Expand Down

0 comments on commit 57f7881

Please sign in to comment.