From 8e3130129def0a185099a876da8978211a1eb44a Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Tue, 21 Jul 2020 14:24:42 +0200 Subject: Wrap superclasses in Javadoc (#1191) --- .../src/main/resources/static_res/dokka-javadoc-stylesheet.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css (limited to 'plugins/javadoc/src/main/resources/static_res') 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 -- cgit