From 92c68e821ee381ee2aa52bdfcbaebdccc76f0870 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 6 Sep 2022 21:19:32 -0400 Subject: Set up initial shared (empty) bidding state --- webapp/src/default.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/src/default.css') diff --git a/webapp/src/default.css b/webapp/src/default.css index 7e34b66..724cce9 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -65,8 +65,10 @@ body { .bidding-table { max-width: 250px; + min-height: 50px; display: grid; grid-template-columns: repeat(4, 1fr); + grid-template-rows: min-content; border: 2px solid #000; border-radius: 10px; background-color: #eee; -- cgit v1.2.3