Submission table tweaks
smaller fontsize and use vertical scrolling for large tables
This commit is contained in:
@@ -59,5 +59,11 @@ body {
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
.submission-table tbody {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
Reference in New Issue
Block a user