aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2020-07-21 10:53:07 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-21 15:21:48 +0200
commitf88867200d33abb81d6ff258bf24556d2f049c40 (patch)
treec02e9b4993d8940b2d0901c224e949709886f3a2
parente0e67c93ac04f7744c13e31c452e16a1e11a6416 (diff)
downloaddokka-f88867200d33abb81d6ff258bf24556d2f049c40.tar.gz
dokka-f88867200d33abb81d6ff258bf24556d2f049c40.tar.bz2
dokka-f88867200d33abb81d6ff258bf24556d2f049c40.zip
Make sample not take 100% on MS Edge
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 13ba0b3e..646bbfec 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -210,7 +210,7 @@
font-family: monospace;
}
-.sample-container, .code-area {
+.sample-container, div.CodeMirror {
display: flex;
flex-direction: column;
}