doc: remove extra space after nested list

Remove extra spacing after a nested list.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-12-10 13:15:07 -08:00 committed by Anas Nashif
commit f72a50b96d

View file

@ -44,7 +44,7 @@ div.rst-other-versions dl {
}
/* tweak spacing after a toctree, fixing issue from sphinx-tabs */
.toctree-wrapper ul, .section ul {
.toctree-wrapper ul, ul.simple ol.simple {
margin-bottom: 24px !important;
}