Small css fix on recent uploads table

This commit is contained in:
drigato 2015-08-25 13:19:18 -04:00
parent 0c50247909
commit c921aabfd4

View file

@ -862,6 +862,11 @@ dl.inline-list dd {
color: #ccc;
}
#recent_uploads_table_wrapper .datatable tr td {
overflow: hidden;
text-overflow: ellipsis;
}
.datatable tr, .datatable td,
.dataTable tr, .dataTable td
{