mirror of
https://github.com/Nutomic/ibis.git
synced 2024-12-23 18:31:23 +00:00
Use full page width for article text
This commit is contained in:
parent
3040e5539b
commit
a06e462897
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pub fn ReadArticle() -> impl IntoView {
|
|||
.map(|article| {
|
||||
view! {
|
||||
<div
|
||||
class="prose prose-slate"
|
||||
class="prose prose-slate max-w-full"
|
||||
inner_html=render_markdown(&article.article.text)
|
||||
></div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue