From af0276ffe32e5367bd93e2e16bc57eecb0cf9de5 Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Wed, 2 Dec 2020 19:22:47 -0800 Subject: Split long lines in errors and warning index --- doc/sphinx/_static/notations.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/sphinx/_static/notations.css') diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css index 8c3f7ac3c1..abb08d98cc 100644 --- a/doc/sphinx/_static/notations.css +++ b/doc/sphinx/_static/notations.css @@ -266,3 +266,13 @@ code span.error { .rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal { color: inherit !important; } + +/* make the error message index readable */ +.indextable code { + white-space: inherit; /* break long lines */ +} + +.indextable tr td + td { + padding-left: 2em; /* indent 2nd & subsequent lines */ + text-indent: -2em; +} -- cgit v1.2.3