prevent doc page layout from blowing up in presence of <pre>

This commit is contained in:
りき萌 2025-08-21 18:34:20 +02:00
parent 153ba9f0c2
commit 0ae5842740
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ body {
display: grid;
grid-template-columns:
[left] 1fr
[left] minmax(0, 1fr)
[right] auto;
grid-template-rows:
[nav] auto