From aad9a75c6ace63e883c8f737a9c4bd0933688adf Mon Sep 17 00:00:00 2001 From: Błażej Kardyś Date: Wed, 25 Mar 2020 23:11:54 +0100 Subject: Fixing enum entries parsing for descriptors and presentation --- core/src/main/resources/dokka/styles/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/src') diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index 063a9502..46a78467 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -73,6 +73,9 @@ text-decoration: line-through; } +.symbol:empty { + padding: 0px; +} .symbol { padding: 5px; background-color: #F4F4F4; -- cgit