diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2020-07-21 14:24:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 14:24:42 +0200 |
commit | 8e3130129def0a185099a876da8978211a1eb44a (patch) | |
tree | 2c7eedc46851d042b6880e29eddad25d207ada3f /plugins/javadoc/src/main/resources/static_res | |
parent | 185f7e26edff82460793e1065888e49c5df34512 (diff) | |
download | dokka-8e3130129def0a185099a876da8978211a1eb44a.tar.gz dokka-8e3130129def0a185099a876da8978211a1eb44a.tar.bz2 dokka-8e3130129def0a185099a876da8978211a1eb44a.zip |
Wrap superclasses in Javadoc (#1191)
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 |