Fix buffer list overflow
This commit is contained in:
parent
96aab8042e
commit
f8c4d1746c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ html, body {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto max-content;
|
grid-template-rows: 1fr max-content;
|
||||||
grid-template-columns: max-content auto;
|
grid-template-columns: max-content auto;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue