aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css')
-rw-r--r--plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css b/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
index b37eef35..267807e4 100644
--- a/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
+++ b/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
@@ -1,6 +1,10 @@
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
pre.wrap-overflow {
overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
-} \ No newline at end of file
+}