Skip to content

Commit

Permalink
fix(v2): unbreak enhanced width of doc item wrapper (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored May 18, 2021
1 parent c0b8e91 commit b561679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

.docItemWrapperEnhanced {
max-width: calc(var(--ifm-container-width) + var(--doc-sidebar-width));
max-width: calc(var(--ifm-container-width) + var(--doc-sidebar-width)) !important;
}
}

Expand Down

0 comments on commit b561679

Please sign in to comment.