Use the table-layout: fixed prop (#6232)
This commit is contained in:
parent
0ba5e47308
commit
98eb20d600
@ -213,6 +213,7 @@ export default {
|
||||
.woot-table {
|
||||
width: 100%;
|
||||
margin-top: var(--space-small);
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.no-items-error-message {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user