From 01217fbe0411087d327b6a66482b8ed4d4d27995 Mon Sep 17 00:00:00 2001 From: "kts of kettek (POWERQWACK)" Date: Sun, 30 May 2021 18:42:05 -0700 Subject: [PATCH] Add some table styling --- public/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/style.css b/public/style.css index 1621a52..325b9da 100644 --- a/public/style.css +++ b/public/style.css @@ -284,3 +284,11 @@ td:last-child { font-size: 2vw; } } + +.Table__Entry__JSON > a { + display: inline-block; + width: 100%; + height: 100%; + cursor: copy; + text-align: center; +} \ No newline at end of file