diff --git a/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss b/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss index d27fb59ad7..89feb11880 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/base/layout.scss @@ -90,3 +90,8 @@ hr { .full-height { height: 100%; } + +.table-fixed { + table-layout: fixed; + word-wrap: break-word; +}