mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +08:00
Merge pull request #5036 from sboursen-scinote/sb_SCI-7981
Fix TOC style [SCI-7981]
This commit is contained in:
commit
54de76342e
2 changed files with 6 additions and 0 deletions
|
|
@ -166,6 +166,11 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mce-toc ul,
|
||||||
|
.mce-toc li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Mobile view
|
// Mobile view
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
.task-section {
|
.task-section {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
width: calc(100% + 16px);
|
width: calc(100% + 16px);
|
||||||
|
|
||||||
// TinyMCE table of contents
|
// TinyMCE table of contents
|
||||||
|
.mce-toc ul,
|
||||||
.mce-toc li {
|
.mce-toc li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue