mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: mdx content overflow
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
.docItemWrapper {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 997px) {
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
grid-area: 1 / 1;
|
||||
}
|
||||
|
||||
& > main {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
& > aside {
|
||||
max-width: var(--doc-sidebar-max-width);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user