Skip to content

Commit 5b3ccb2

Browse files
authored
Merge pull request #79 from raifdmueller/main
fix: Apply asciidoc-content class to modal
2 parents 2aaa600 + badff0b commit 5b3ccb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/anchor-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function createModal() {
2929
</button>
3030
</div>
3131
</div>
32-
<div id="modal-content" class="flex-1 overflow-y-auto p-6 prose prose-slate dark:prose-invert max-w-none">
32+
<div id="modal-content" class="flex-1 overflow-y-auto p-6 prose prose-slate dark:prose-invert max-w-none asciidoc-content">
3333
<div class="flex items-center justify-center h-64">
3434
<div class="text-[var(--color-text-secondary)]">Loading...</div>
3535
</div>

0 commit comments

Comments
 (0)