Skip to content

Commit 13465a6

Browse files
committed
Added scroll and min-width.
1 parent 2f30710 commit 13465a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/admin/usage_dashboard.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
.modal-body {
2222
max-height: calc(100vh - 210px);
2323
overflow-y: auto;
24-
overflow-x: hidden;
24+
}
25+
.modal-dialog .modal-content {
26+
min-width: 900px;
2527
}
2628
</style>
2729
<div class="container">

0 commit comments

Comments
 (0)