aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources
diff options
context:
space:
mode:
authorAndrzej Ratajczak <andrzej.ratajczak98@gmail.com>2020-07-14 16:08:21 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-15 15:54:47 +0200
commit2765f2b81e76971d63426d3b77041cf2f2de4432 (patch)
treee04212803ead18101ca1c67557786c74636f136d /plugins/base/src/main/resources
parentc5b233aca9c81792b6313dc45dd5055cbb24901a (diff)
downloaddokka-2765f2b81e76971d63426d3b77041cf2f2de4432.tar.gz
dokka-2765f2b81e76971d63426d3b77041cf2f2de4432.tar.bz2
dokka-2765f2b81e76971d63426d3b77041cf2f2de4432.zip
Fix Since Kotlin css view
Diffstat (limited to 'plugins/base/src/main/resources')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css4
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 dc77c0a3..b5c11317 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -832,13 +832,13 @@ td.content {
display: none
}
-.brief-with-platform-tags {
+.inner-brief-with-platform-tags {
display: inline-block;
width: 100%;
}
.tabs-section-body .brief-with-platform-tags {
- display: inline-flex;
+ display: flex;
}
.brief-with-platform-tags ~ .main-subrow {