From 98eb20d6009126a93cddc9f4cdc8b55ee7e224f2 Mon Sep 17 00:00:00 2001 From: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:37:30 +0530 Subject: [PATCH] Use the table-layout: fixed prop (#6232) --- .../routes/dashboard/settings/attributes/CustomAttribute.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/routes/dashboard/settings/attributes/CustomAttribute.vue b/app/javascript/dashboard/routes/dashboard/settings/attributes/CustomAttribute.vue index f71adc4fe..15073e76e 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/attributes/CustomAttribute.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/attributes/CustomAttribute.vue @@ -213,6 +213,7 @@ export default { .woot-table { width: 100%; margin-top: var(--space-small); + table-layout: fixed; } .no-items-error-message {