Merge pull request #5036 from sboursen-scinote/sb_SCI-7981

Fix TOC style [SCI-7981]
This commit is contained in:
artoscinote 2023-03-01 09:47:56 +01:00 committed by GitHub
commit 54de76342e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -166,6 +166,11 @@ html {
}
}
.mce-toc ul,
.mce-toc li {
list-style-type: none;
}
// Mobile view
@media (max-width: 700px) {
.task-section {

View file

@ -7,6 +7,7 @@
width: calc(100% + 16px);
// TinyMCE table of contents
.mce-toc ul,
.mce-toc li {
list-style-type: none;
}