summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.html b/play.html
index d95925e..4d105cb 100644
--- a/play.html
+++ b/play.html
@@ -61,7 +61,8 @@ main {
padding: 1px;
}
-.table { width: fit-content; margin: 0 auto; }
+/* TODO: set min-width per scenario */
+.table { min-width: fit-content; }
.card, .card * {
pointer-events: none;