client: Add a synthetic fix for CKeditor list spacing (closes #341)

This commit is contained in:
Elian Doran 2024-08-15 01:11:48 +03:00
parent 317505484e
commit 5609612473
No known key found for this signature in database
3 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -4,6 +4,10 @@
display: none;
}
.ck-content li p {
margin: 0 !important;
}
/*
* CKEditor 5 (v41.0.0) content styles.
* Generated on Fri, 26 Jan 2024 10:23:49 GMT.

View File

@ -623,6 +623,10 @@ div[data-notify="container"] {
background-color: var(--accented-background-color) !important;
}
.ck-content li p {
margin: 0 !important;
}
#options-dialog input[type=number] {
text-align: right;
}