diff options
Diffstat (limited to 'core/src/main/resources/dokka/styles')
-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; |