Skip to content

Update styling for SSE markdown editor

Derek Knox requested to merge 220249-styling-of-sse-markdown-mode into master

What does this MR do?

It ensures the Markdown editor encapsulated within the Static Site Editor's Toast UI Editor aligns more closely with how the rest of GitLab's editors display markdown. If Toast UI Editor used the Ace Editor under the hood (like the IDE and the single file editor) we would have more reusability. However, Toast UI uses Code Mirror under the hood. We are able to reuse SCSS style variables (better SSOT) though to improve the style consistency.

Screenshots

Before After After (v2 review feedback)
Screen_Shot_2020-06-25_at_7.47.03_AM Screen_Shot_2020-06-25_at_7.46.39_AM Screen_Shot_2020-06-30_at_12.53.31_PM

Does this MR meet the acceptance criteria?

Conformity

Closes #220249 (closed)

Edited by Derek Knox

Merge request reports

Loading