From 31546c7de89c730a3ea53b0e84f64178dc0f6da4 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 10 Aug 2020 08:58:31 -0500 Subject: [PATCH] Merge pull request #3084 from overleaf/jel-admin-user-audit-log Add user audit log tab to user admin page GitOrigin-RevId: 7d5439a87d41897847f535c0e8a89bedea36f2d7 --- services/web/frontend/stylesheets/components/tables.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/web/frontend/stylesheets/components/tables.less b/services/web/frontend/stylesheets/components/tables.less index 9bd89bb1dc..b839468075 100755 --- a/services/web/frontend/stylesheets/components/tables.less +++ b/services/web/frontend/stylesheets/components/tables.less @@ -56,6 +56,12 @@ th { } } +.table-fixed { + .table; + table-layout: fixed; + word-wrap: break-word; +} + // Condensed table w/ half padding .table-condensed {