fix(v2): unbreak enhanced width of doc item wrapper (#4793)

This commit is contained in:
Alexey Pyltsyn 2021-05-18 13:56:09 +03:00 committed by GitHub
parent c0b8e9116a
commit b561679fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}