From ab6ece8516ca65760eda45ed439a526c5b43891b Mon Sep 17 00:00:00 2001 From: vmishenev Date: Tue, 19 Oct 2021 02:03:21 +0300 Subject: Fix table style on Firefox (#2191) --- plugins/base/src/main/resources/dokka/styles/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/base/src') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 94e61cef..c06c1ca7 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -498,6 +498,10 @@ code.paragraph { display: none; } +body { + height: 100%; +} + body, table { font-family: var(--default-font-family); background: var(--background-color); @@ -506,7 +510,6 @@ body, table { font-size: var(--default-font-size); line-height: 24px; margin: 0; - height: 100%; } table { -- cgit