Skip to content

Commit

Permalink
fix: put min-width on audit log details column to prevent excessive s…
Browse files Browse the repository at this point in the history
…hrinkage
  • Loading branch information
ascott18 committed Sep 27, 2024
1 parent 6df8cc0 commit b2e7b34
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ defineExpose({
}
}
.c-audit-logs--column-details {
min-width: 280px;
}
.c-audit-logs--column-entity {
min-width: 180px;
}
Expand Down

0 comments on commit b2e7b34

Please sign in to comment.