Skip to content

Commit

Permalink
UIN overflow if too long
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanschroeder committed Mar 3, 2022
1 parent 3eec306 commit 38bb859
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/instructorGradebook/instructorGradebook.ejs
Expand Up @@ -149,6 +149,11 @@
.fixed-table-toolbar div.pagination-detail {
margin: 0 1em 0 0 !important;
}
.gradebook-uin {
max-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
<body>
<%- include('../partials/navbar'); %>
Expand Down Expand Up @@ -193,7 +198,7 @@
data-switchable="false">UID</th>
<th data-field="uin"
data-sortable="true"
data-class="text-nowrap">UIN</th>
data-class="text-nowrap gradebook-uin">UIN</th>
<th data-field="user_name"
data-sortable="true"
data-class="text-nowrap">Name</th>
Expand Down

0 comments on commit 38bb859

Please sign in to comment.