summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-02-01 14:59:26 +0100
committerCanop <cano.petrole@gmail.com>2021-02-01 14:59:26 +0100
commit7f2246ac48845c12fe14b74e004da7e6d1999c38 (patch)
tree95ce75aece8da7a8bfda877d796801dfd5bfa684 /website
parent46cfd1db5339613d2edf0207c4a0fc77dff01c0c (diff)
fix crash on page-down when last line of text preview is selected
Fix #339
Diffstat (limited to 'website')
-rw-r--r--website/docs/css/extra.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/docs/css/extra.css b/website/docs/css/extra.css
index d73ec16..326fe15 100644
--- a/website/docs/css/extra.css
+++ b/website/docs/css/extra.css
@@ -47,6 +47,9 @@ kbd.b {
padding: 0 5px;
}
+.col-md-9 {
+ max-width: 1000px;
+}
.col-md-9 img {
max-width: 100%;
display: inline-block;