1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Added styles to fix margin bottom for nested lists

Fixes #482

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet 2018-05-19 23:39:27 +05:30
parent 43bab3c1bd
commit b6d9e695d1

View File

@ -20,6 +20,10 @@
color: white; 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*/ .katex { font-size: 1.3em; } /* This controls the global Katex font size*/
</style> </style>
</head> </head>