aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/resources/dokka/styles/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css
index 147568ac..3d59b18d 100644
--- a/core/src/main/resources/dokka/styles/style.css
+++ b/core/src/main/resources/dokka/styles/style.css
@@ -12,6 +12,10 @@
}
}
+#main {
+ width: 100%;
+}
+
#sideMenu {
padding-right: 12px;
}