Fix table layout of Audit logs (#26796)

GitOrigin-RevId: 9882b3ba56bfbe6e78b03e1721ab77dcd55a7e85
This commit is contained in:
Rebeka Dekany
2025-07-09 13:11:36 +02:00
committed by Copybot
parent 905cc5d45f
commit 59b34d7c2b

View File

@@ -90,3 +90,8 @@ hr {
.full-height {
height: 100%;
}
.table-fixed {
table-layout: fixed;
word-wrap: break-word;
}