diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-09-02 17:15:59 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-09-07 08:07:10 +0200 |
commit | 901343cc5c98dbf7f16f232c338487bfcea06790 (patch) | |
tree | cba7213ec9edccd4739b234dae67bafe85465004 /plugins/base/src/main/resources/dokka | |
parent | 5341805076ca6e2777548a2aed0cc4b12b67a00e (diff) | |
download | dokka-901343cc5c98dbf7f16f232c338487bfcea06790.tar.gz dokka-901343cc5c98dbf7f16f232c338487bfcea06790.tar.bz2 dokka-901343cc5c98dbf7f16f232c338487bfcea06790.zip |
NullPointerException on images #1424
Diffstat (limited to 'plugins/base/src/main/resources/dokka')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index f5a1e65b..41e2536f 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -543,6 +543,10 @@ th { color: #444; } +p.paragraph img { + display: block; +} + img { max-width: 100%; } |