From 9b2b6deb977d791e84c960e3906499565bcc0a2b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 3 May 2021 17:55:09 +0200 Subject: [PATCH] fix(docs) update CSS Add some space between the type and name in the api docs of the enums --- docs/_static/css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 6a0240402..5215e3a5a 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -6,7 +6,10 @@ table, th, td { td { text-align:center; } - +.descname +{ + margin-left:12px; +} .toggle .header { display: block; clear: both;