From 2a5e4ce79bcf83f798c671445fc5d66e343c3618 Mon Sep 17 00:00:00 2001 From: Andrzej Ratajczak Date: Wed, 10 Jun 2020 14:59:56 +0200 Subject: Styles fix --- plugins/base/src/main/resources/dokka/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/base') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index d47d925f..cb851906 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -230,7 +230,7 @@ .symbol { background-color: #F4F4F4; align-items: center; - display: flex; + display: block; padding: 8px 8px 8px 16px; box-sizing: border-box; white-space: pre-wrap; -- cgit