summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-08 22:34:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-08 22:34:16 +0200
commit9269fa6a1549def1ba431ecfc9fd50f932ff7706 (patch)
treeb58fbc62bbceaed8344d66fb3cca32904d23ec20
parent516353eec6af738996a34e0d48049367fa29835e (diff)
overflow: hidden
-rw-r--r--src/style.css1
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;
}