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