We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e0f4f commit eefa118Copy full SHA for eefa118
packages/docsite/src/components/learn.rs
@@ -325,9 +325,7 @@ fn Content<R: AnyBookRoute>() -> Element {
325
div { class: "",
326
Breadcrumbs::<R> {}
327
VersionWarning {}
328
- div { class: "flex w-full flex-wrap list-none",
329
- article { class: "markdown-body", Outlet::<Route> {} }
330
- }
+ article { class: "markdown-body w-full list-none", Outlet::<Route> {} }
331
NextPrev::<R> {}
332
}
333
0 commit comments