aboutsummaryrefslogtreecommitdiff
path: root/plugins/base
diff options
context:
space:
mode:
authorvmishenev <vad-mishenev@yandex.ru>2021-10-19 02:03:21 +0300
committerGitHub <noreply@github.com>2021-10-19 02:03:21 +0300
commitab6ece8516ca65760eda45ed439a526c5b43891b (patch)
treebef2d57bee69ab02ed0523873a21246aba0fe74a /plugins/base
parentef1afa98dfd48a893319b5b139fb69365dcb7088 (diff)
downloaddokka-ab6ece8516ca65760eda45ed439a526c5b43891b.tar.gz
dokka-ab6ece8516ca65760eda45ed439a526c5b43891b.tar.bz2
dokka-ab6ece8516ca65760eda45ed439a526c5b43891b.zip
Fix table style on Firefox (#2191)
Diffstat (limited to 'plugins/base')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css5
1 files changed, 4 insertions, 1 deletions
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 {