Skip to content

Commit e43e1c9

Browse files
committed
fix: small fix: don't fit content for event logs
1 parent 8feed9e commit e43e1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/styles/components/data_tables.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
display: none
6464

6565
table
66-
min-width: fit-content !important
66+
// min-width: fit-content !important
6767
max-width: -webkit-fill-available
6868
display: block
6969

0 commit comments

Comments
 (0)