diff --git a/dev/index.css b/dev/index.css index fda0b60..4d9c34e 100644 --- a/dev/index.css +++ b/dev/index.css @@ -64,6 +64,10 @@ div.collection div.item { div.collection div.item { flex-basis: 100%; height: auto; + min-height: 8rem; + } + #console { + min-height: 8rem; } }