From 9269fa6a1549def1ba431ecfc9fd50f932ff7706 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Jun 2023 22:34:16 +0200 Subject: overflow: hidden --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 4a4bde4..575c1dd 100644 --- a/src/style.css +++ b/src/style.css @@ -620,6 +620,7 @@ main section { } .coin-table td { + overflow: hidden; border: 1px solid black; } -- cgit v1.2.3