From cf5b1aff6e7bb51414f80ff71f8d2feeb9e5fb9f Mon Sep 17 00:00:00 2001 From: Andrzej Ratajczak Date: Mon, 8 Jun 2020 11:34:15 +0200 Subject: Fix after rebase --- plugins/base/src/main/resources/dokka/styles/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/base/src/main/resources/dokka') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index f180762b..d47d925f 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -233,6 +233,7 @@ display: flex; padding: 8px 8px 8px 16px; box-sizing: border-box; + white-space: pre-wrap; font-weight: bold; position: relative; line-height: 24px; -- cgit