From f0742fb7f8a937ef7c2e5a92d6f4a0fd079baa62 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Mon, 25 May 2020 14:40:59 +0200 Subject: Enum constructor values --- plugins/base/src/main/resources/dokka/styles/style.css | 1 - 1 file changed, 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 d9927046..d573b76c 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -172,7 +172,6 @@ padding: 8px 16px; box-sizing: border-box; font-weight: bold; - white-space: pre; flex-wrap: wrap; } -- cgit