Skip to content

Commit

Permalink
Fix cells for chromium based browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Aug 16, 2023
1 parent f7be853 commit 576e92d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webapp/public/style_jury.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,19 @@ table.submissions-table {

#submissionTable td {
/* Setup basic structure to make diffs easy (Chrome) */
height: 0;
padding: 0;
}

#submissionTable td a {
/* Setup basic structure to make diffs easy (Chrome) */
background-color: black;
height: 100%;
}

#submissionTable td * {
/* Setup basic structure to make diffs easy (Chrome) */
}
}
}

@-moz-document url-prefix() {
Expand Down

0 comments on commit 576e92d

Please sign in to comment.