Skip to content

Commit eefa118

Browse files
committed
fix: Fix markdown body not expanding to full width
1 parent 01e0f4f commit eefa118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/docsite/src/components/learn.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,7 @@ fn Content<R: AnyBookRoute>() -> Element {
325325
div { class: "",
326326
Breadcrumbs::<R> {}
327327
VersionWarning {}
328-
div { class: "flex w-full flex-wrap list-none",
329-
article { class: "markdown-body", Outlet::<Route> {} }
330-
}
328+
article { class: "markdown-body w-full list-none", Outlet::<Route> {} }
331329
NextPrev::<R> {}
332330
}
333331
}

0 commit comments

Comments
 (0)