Skip to content

Conversation

@AtharvMixraw
Copy link
Contributor

Summary
Fixes inconsistent styling of nested lists in minutes by adding proper list-style-type declarations to match WYSIWYG editor preview behavior.

Changes

  • Added nested list styling to .editor-output class in editor-output.scss
  • Unordered lists: disc → circle → square
  • Ordered lists: decimal (1,2,3) → lower-alpha (a,b,c) → lower-roman (i,ii,iii)

Testing
Tested locally with full development environment:

  • Built assets with webpack successfully
  • Ran pre-commit hooks
  • Verified visual output in running application
  • Screenshots available in issue comments

Fixes #7063

CHANGES.rst Outdated
- Do not allow sending registration invitation reminders without the invitation
link placeholder (:pr:`7093`)
- Correctly log the user sending a registration invitation reminder (:pr:`7093`)
- Fixed inconsistent styling of nested lists in minutes and editor output (:pr:`XXXX`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fixed inconsistent styling of nested lists in minutes and editor output (:pr:`XXXX`)
- Fix inconsistent styling of nested lists in minutes and editor output
(:issue:`7063`, :pr:`7105`, thanks :user:`AtharvMixraw`)

@ThiefMaster ThiefMaster force-pushed the fix-nested-list-styling branch from 123723b to 15e3e09 Compare November 11, 2025 15:05
@ThiefMaster ThiefMaster added this to the v3.3 milestone Nov 11, 2025
@ThiefMaster ThiefMaster merged commit 90cc818 into indico:master Nov 11, 2025
10 checks passed
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.

Inconsistent styling of nested lists in minutes

2 participants