From badff0b1314dcd68c87c8d81ff9a43ea009678bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=7BAI=7Df=20D=2E=20M=C3=BCller?= Date: Fri, 13 Feb 2026 19:50:14 +0100 Subject: [PATCH] fix: Apply asciidoc-content class to modal for definition list styling Add asciidoc-content class to modal-content div so that definition list CSS styles are properly applied. Without this class, dt/dd elements are not styled (not bold, no proper spacing). Co-Authored-By: Claude Sonnet 4.5 --- website/src/components/anchor-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/anchor-modal.js b/website/src/components/anchor-modal.js index b0c98b2..922a638 100644 --- a/website/src/components/anchor-modal.js +++ b/website/src/components/anchor-modal.js @@ -29,7 +29,7 @@ export function createModal() { -