prevent doc page layout from blowing up in presence of <pre>
This commit is contained in:
parent
153ba9f0c2
commit
0ae5842740
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ body {
|
|||
|
||||
display: grid;
|
||||
grid-template-columns:
|
||||
[left] 1fr
|
||||
[left] minmax(0, 1fr)
|
||||
[right] auto;
|
||||
grid-template-rows:
|
||||
[nav] auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue