Skip to content

Commit

Permalink
fix(table): column width on large screens on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel authored and dpellier committed Mar 4, 2024
1 parent d33e305 commit f405ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
tr {
th,
td {
min-width: 100%;
min-width: auto;
}
}
}
Expand Down

0 comments on commit f405ca4

Please sign in to comment.