docs: Reduce min-width

This was 450px, which is still quite wide, it also shows up weird in
firefox.

So let's use 150px, which is still basically readable.

[ci skip]
This commit is contained in:
Fabian Homborg 2020-10-04 11:28:22 +02:00
parent 68fb1d9883
commit aecd639fee

View File

@ -87,6 +87,7 @@ div.sphinxsidebar input[type=text] {
div.body {
padding: 0 0 0 1.2em;
min-width: 150px;
}
div.body p {