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:
parent
68fb1d9883
commit
aecd639fee
@ -87,6 +87,7 @@ div.sphinxsidebar input[type=text] {
|
||||
|
||||
div.body {
|
||||
padding: 0 0 0 1.2em;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
div.body p {
|
||||
|
Loading…
x
Reference in New Issue
Block a user