mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-09 00:41:30 +00:00
Format
This commit is contained in:
parent
a06e462897
commit
c59ba6185e
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 max-w-full"
|
||||
class="max-w-full prose prose-slate"
|
||||
inner_html=render_markdown(&article.article.text)
|
||||
></div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue