Skip to content

Commit

Permalink
Merge pull request #783 from turnitin/fix/assignment_table
Browse files Browse the repository at this point in the history
adjust table footer for 1024px and zoomed display
  • Loading branch information
andrii-ilin authored Nov 28, 2024
2 parents 5b736c2 + 48efbdc commit ea8aff3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions sass/partials/_listbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,11 @@
max-width: 105px;
}
}
}

// do not support Firefox
@media screen and (max-width: 1024px) and (min-resolution: 1.1dppx) {
.mod_turnitintooltwo_listbar {
font-size: 11px;
}
}
Loading

0 comments on commit ea8aff3

Please sign in to comment.