]> git.0d.be Git - panikdb.git/commitdiff
wiki: limit width of code sections
authorFrédéric Péters <fpeters@0d.be>
Wed, 24 Jun 2020 06:10:04 +0000 (08:10 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 24 Jun 2020 06:10:04 +0000 (08:10 +0200)
panikdb/static/css/style.scss

index 0093d2d2d07e86000e2d6d749ca0591b3de70a25..70821a58a82d4ed0ac24dfbab3b79e375de2b154 100644 (file)
@@ -742,6 +742,8 @@ div.wiki-section {
                background: #111;
                color: white;
                padding: 2px;
                background: #111;
                color: white;
                padding: 2px;
+               max-width: 100%;
+               overflow: auto;
        }
        div.note {
                margin: 1em auto;
        }
        div.note {
                margin: 1em auto;