From f7be853541ac4dbb170e2c0b9458060476ae6f48 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 26 Mar 2022 18:41:10 +0100 Subject: [PATCH] Make cells fully clickable (FF) This works for me on: Firefox 115 on Windows 10 See: https://www.whatismybrowser.com/ --- webapp/public/style_jury.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webapp/public/style_jury.css b/webapp/public/style_jury.css index d05a69a3b62..e72514b19e7 100644 --- a/webapp/public/style_jury.css +++ b/webapp/public/style_jury.css @@ -253,11 +253,17 @@ table.submissions-table { #submissionTable td { /* Setup basic structure to make diffs easy (FF) */ + border: 1px solid red; + height: 100%; + padding: 0; } #submissionTable td a { /* Setup basic structure to make diffs easy (FF) */ - background-color: white; + background-color: yellow; + display: table; + width: 100%; + height: 100%; } #submissionTable td * {