From ada8cf76511026c1df746d7dcf60f86788e26a0e Mon Sep 17 00:00:00 2001 From: Magdalena Marks Date: Thu, 16 Jul 2020 14:14:39 +0200 Subject: Fix comment overflow --- plugins/base/src/main/resources/dokka/styles/style.css | 3 ++- 1 file changed, 2 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 d84d39fa..2bf4db20 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -834,9 +834,10 @@ td.content { .inner-brief-with-platform-tags { display: block; + width: 100% } -.tabs-section-body .brief-with-platform-tags { +.brief-with-platform-tags { display: flex; } -- cgit