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