Skip to content

fix(ew): reduce spacing between list items in doc editor (#1109)#1163

Merged
hannessolo merged 1 commit into
mainfrom
i1109
Jul 22, 2026
Merged

fix(ew): reduce spacing between list items in doc editor (#1109)#1163
hannessolo merged 1 commit into
mainfrom
i1109

Conversation

@hannessolo

@hannessolo hannessolo commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

List items render as <li><p>…</p></li>, so the paragraph's default 1em
margin made the gap between items identical to the gap between separate
lists, making it impossible to tell where one list ends and another
begins. Drop the in-item paragraph margin so items read as a tight group.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@aem-code-sync

aem-code-sync Bot commented Jul 22, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

@hannessolo
hannessolo requested a review from sharanyavinod July 22, 2026 10:32
@hannessolo
hannessolo merged commit b6de499 into main Jul 22, 2026
3 of 5 checks passed
@hannessolo
hannessolo deleted the i1109 branch July 22, 2026 15:35
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.

[EW] Increase spacing between li/ul elements in doc edit mode

2 participants