diff options
Diffstat (limited to 'plugins/javadoc/src/main/resources/static_res')
-rw-r--r-- | plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css | 6 |
1 files changed, 6 insertions, 0 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 new file mode 100644 index 00000000..b37eef35 --- /dev/null +++ b/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css @@ -0,0 +1,6 @@ +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 |