LearnNewsExamplesServices
Frontmatter
id8482
titleFix Markdown blockquote margin-right to override browser default
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 9, 2026, 8:53 PM
updatedAtJan 9, 2026, 8:54 PM
githubUrlhttps://github.com/neomjs/neo/issues/8482
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 9, 2026, 8:54 PM

Fix Markdown blockquote margin-right to override browser default

Closed v11.19.1 enhancementdesignai
tobiu
tobiu commented on Jan 9, 2026, 8:53 PM

The default browser margin-right for blockquotes is typically 40px, which creates an unbalanced look when margin-left is set to 0.

Task: Update resources/scss/src/component/Markdown.scss to explicitly set margin-right: 0 for blockquote elements, ensuring consistent spacing.

tobiu added the enhancement label on Jan 9, 2026, 8:53 PM
tobiu added the design label on Jan 9, 2026, 8:53 PM
tobiu added the ai label on Jan 9, 2026, 8:53 PM
tobiu referenced in commit 6ca2bed - "style: Set blockquote margin-right to 0 in Markdown component (#8482)" on Jan 9, 2026, 8:53 PM
tobiu assigned to @tobiu on Jan 9, 2026, 8:53 PM
tobiu
tobiu Jan 9, 2026, 8:53 PM

Input from Gemini 3 Pro:

✦ I have updated resources/scss/src/component/Markdown.scss to explicitly set margin-right: 0 for blockquote elements. This overrides the browser default (often 40px) and ensures the blockquote is aligned symmetrically with the 0 margin-left.

Changes have been pushed to dev.

tobiu closed this issue on Jan 9, 2026, 8:54 PM