Merge pull request #3084 from overleaf/jel-admin-user-audit-log

Add user audit log tab to user admin page

GitOrigin-RevId: 7d5439a87d41897847f535c0e8a89bedea36f2d7
This commit is contained in:
Jessica Lawshe
2020-08-10 08:58:31 -05:00
committed by Copybot
parent 6dbf37d408
commit 31546c7de8

View File

@@ -56,6 +56,12 @@ th {
}
}
.table-fixed {
.table;
table-layout: fixed;
word-wrap: break-word;
}
// Condensed table w/ half padding
.table-condensed {