diff --git a/ElectronClient/app/gui/note-viewer/index.html b/ElectronClient/app/gui/note-viewer/index.html index 4e4f15009..04eb84b81 100644 --- a/ElectronClient/app/gui/note-viewer/index.html +++ b/ElectronClient/app/gui/note-viewer/index.html @@ -20,6 +20,10 @@ color: white; } + ul ul, ul ol, ol ul, ol ol { + margin-bottom: 0px; + } + .katex { font-size: 1.3em; } /* This controls the global Katex font size*/