From 59b34d7c2b81af4e923d2defb4e3a98b1a9ab9b5 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:11:36 +0200 Subject: [PATCH] Fix table layout of Audit logs (#26796) GitOrigin-RevId: 9882b3ba56bfbe6e78b03e1721ab77dcd55a7e85 --- .../web/frontend/stylesheets/bootstrap-5/base/layout.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; +}