From 34c404906f948d7d25c5f9c064e8dc0f3467aa8a Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 13:16:21 +0200 Subject: [PATCH] Add fallback value --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index b17acc1..2dc01c4 100644 --- a/static/index.html +++ b/static/index.html @@ -47,6 +47,7 @@ } table { + width: 900px; width: min(90vw, 900px); table-layout: fixed; }