Skip to content
Snippets Groups Projects
Commit e825321d authored by Kushal Pandya's avatar Kushal Pandya :speech_balloon:
Browse files

Merge branch '406743-ce-checklist' into 'master'

Fix styling of checklists in content editor

See merge request gitlab-org/gitlab!123172



Merged-by: Kushal Pandya's avatarKushal Pandya <kushal@gitlab.com>
Approved-by: default avatarDan Mizzi-Harris <dmizzi-harris@gitlab.com>
Approved-by: Kushal Pandya's avatarKushal Pandya <kushal@gitlab.com>
Co-authored-by: default avatarHimanshu Kapoor <hkapoor@gitlab.com>
parents b820b7f6 83a089c2
No related branches found
No related tags found
2 merge requests!123172Fix styling of checklists in content editor,!119439Draft: Prevent file variable content expansion in downstream pipeline
Pipeline #897172941 passed
......@@ -56,17 +56,15 @@
list-style: none;
padding: 0;
li {
margin: 0 !important;
}
}
[data-type='taskList'] {
ul,
p {
margin-bottom: 0;
}
li {
> li {
display: flex;
margin: 0;
> label,
> div {
display: inline-block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment