aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
blob: 267807e412328b1783078d3389d20a80404b2b62 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

pre.wrap-overflow {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}