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 {