Skip to content

Commit

Permalink
fix: add order/unordered list styling
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frey <[email protected]>
  • Loading branch information
lukas-frey committed Aug 5, 2024
1 parent ec0e1b7 commit 9a60c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/documentation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
>
<x-filament-knowledge-base::content @class([
"gu-kb-article-full",
"[&_ul]:list-[revert] [&_ol]:list-[revert] [&_ul]:ml-4 [&_ol]:ml-4",
$articleClass => ! empty($articleClass),
])>
{!! $this->record->getHtml() !!}
Expand Down

0 comments on commit 9a60c5b

Please sign in to comment.