aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main
diff options
context:
space:
mode:
authorMagdalena Marks <mgd.marks@gmail.com>2020-07-16 14:14:39 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-16 15:53:58 +0200
commitada8cf76511026c1df746d7dcf60f86788e26a0e (patch)
tree69ebd1b7794c208a8f13fa853841f9782c3ebc85 /plugins/base/src/main
parentc461b042819a79188420fbcd3899cbc8189cd3c6 (diff)
downloaddokka-ada8cf76511026c1df746d7dcf60f86788e26a0e.tar.gz
dokka-ada8cf76511026c1df746d7dcf60f86788e26a0e.tar.bz2
dokka-ada8cf76511026c1df746d7dcf60f86788e26a0e.zip
Fix comment overflow
Diffstat (limited to 'plugins/base/src/main')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css3
1 files changed, 2 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 d84d39fa..2bf4db20 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -834,9 +834,10 @@ td.content {
.inner-brief-with-platform-tags {
display: block;
+ width: 100%
}
-.tabs-section-body .brief-with-platform-tags {
+.brief-with-platform-tags {
display: flex;
}