Use the table-layout: fixed prop (#6232)

This commit is contained in:
Fayaz Ahmed
2023-01-11 11:37:30 +05:30
committed by GitHub
parent 0ba5e47308
commit 98eb20d600

View File

@@ -213,6 +213,7 @@ export default {
.woot-table {
width: 100%;
margin-top: var(--space-small);
table-layout: fixed;
}
.no-items-error-message {