diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-03-25 23:11:54 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-03-26 12:38:55 +0100 |
commit | aad9a75c6ace63e883c8f737a9c4bd0933688adf (patch) | |
tree | aa2926fd59e71419e930676754372ce130e23547 /core | |
parent | 3f9dedbc9a0d559ab1320c395847ff88af7ad497 (diff) | |
download | dokka-aad9a75c6ace63e883c8f737a9c4bd0933688adf.tar.gz dokka-aad9a75c6ace63e883c8f737a9c4bd0933688adf.tar.bz2 dokka-aad9a75c6ace63e883c8f737a9c4bd0933688adf.zip |
Fixing enum entries parsing for descriptors and presentation
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/resources/dokka/styles/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |