Skip to content

Commit

Permalink
RDISCROWD-7794 Scroll and min-width (#476)
Browse files Browse the repository at this point in the history
* Added last submission date and published column. Sort by last submission date.

* Added scroll and min-width.
  • Loading branch information
kbecker42 authored Nov 14, 2024
1 parent bf7ec5c commit 4a8367e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/admin/usage_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
.modal-body {
max-height: calc(100vh - 210px);
overflow-y: auto;
overflow-x: hidden;
}
.modal-dialog .modal-content {
min-width: 900px;
}
</style>
<div class="container">
Expand Down

0 comments on commit 4a8367e

Please sign in to comment.