diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-07-13 13:23:28 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-13 16:44:20 +0200 |
commit | 66505e3d212ef00797b9d41ac24f40bca1667d0e (patch) | |
tree | 4d65166168b4ac4152cc99f9c2c5cbab2af5d24e | |
parent | d9464bcf9583b21de6e9ec8fe70c3f959e972c73 (diff) | |
download | dokka-66505e3d212ef00797b9d41ac24f40bca1667d0e.tar.gz dokka-66505e3d212ef00797b9d41ac24f40bca1667d0e.tar.bz2 dokka-66505e3d212ef00797b9d41ac24f40bca1667d0e.zip |
Add flex to code-area in order to prevent overflow of ran samples
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index bec590e6..dc77c0a3 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -212,7 +212,7 @@ font-family: monospace; } -.sample-container { +.sample-container, .code-area { display: flex; flex-direction: column; } @@ -1043,4 +1043,4 @@ td.content { div.runnablesample { height: fit-content; -} +}
\ No newline at end of file |