From 370bf45d2dca5fcd71f53c71386be8667157c446 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Thu, 25 Jun 2020 19:27:21 +0200 Subject: Make samples runnable --- plugins/base/src/main/resources/dokka/styles/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins/base/src/main/resources') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 4acf6cb2..1ccd9cbc 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -27,7 +27,7 @@ color: var(--hover-link-color) } -.tabs-section-body > *:not([data-active]){ +.tabs-section-body > *:not([data-active]) { display: none; } @@ -212,6 +212,10 @@ font-family: monospace; } +code.paragraph { + display: block; +} + .overview > .navButton { height: 100%; align-items: center; @@ -692,6 +696,7 @@ footer { [data-filterable-current=''] { display: none !important; } + .platform-selector:not([data-active]) { border: 1px solid #DADFE6; background-color: transparent; -- cgit