Skip to content

fix: Apply asciidoc-content class to modal#79

Merged
raifdmueller merged 1 commit intoLLM-Coding:mainfrom
raifdmueller:main
Feb 13, 2026
Merged

fix: Apply asciidoc-content class to modal#79
raifdmueller merged 1 commit intoLLM-Coding:mainfrom
raifdmueller:main

Conversation

@raifdmueller
Copy link
Contributor

Problem

Definition list styles were not being applied in the modal because the modal-content div was missing the .asciidoc-content class.

Solution

Add asciidoc-content class to the modal-content div.

Before: Labels were normal weight
After: Labels are bold with proper spacing

Testing

  • Tested in Playwright - definition terms now have correct styling

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@raifdmueller raifdmueller merged commit 5b3ccb2 into LLM-Coding:main Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant