Skip to content

Commit

Permalink
Merge pull request #16936 from ckeditor/ck/16935
Browse files Browse the repository at this point in the history
Docs: Ensured CKEditor 5 UI lists are not affected by Umberto's `.formatted` margins. Closes #16935.
  • Loading branch information
DawidKossowski authored Aug 26, 2024
2 parents 9edf0aa + d3dd241 commit e528a37
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/assets/snippet-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
font-size: smaller;
}

.ck.ck-list {
/* See https://github.com/ckeditor/ckeditor5/issues/494 */
margin-left: 0;
}

.demo-row {
width: 100%;
display: -ms-flexbox;
Expand Down Expand Up @@ -145,6 +140,12 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
margin: 0;
}

/* See https://github.com/ckeditor/ckeditor5/issues/494 */
/* See https://github.com/ckeditor/ckeditor5/issues/16935 */
.formatted .ck.ck-list {
margin: 0;
}

.main__notification-body {
margin-top: 10px;
}
Expand Down

0 comments on commit e528a37

Please sign in to comment.