diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-08 22:34:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-08 22:34:16 +0200 |
commit | 9269fa6a1549def1ba431ecfc9fd50f932ff7706 (patch) | |
tree | b58fbc62bbceaed8344d66fb3cca32904d23ec20 | |
parent | 516353eec6af738996a34e0d48049367fa29835e (diff) |
overflow: hidden
-rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |