From ff30ca898c2d11b84a2d4ac44c716f7af23598ca Mon Sep 17 00:00:00 2001 From: pablone Date: Fri, 28 Mar 2025 11:07:34 +0100 Subject: [PATCH] fix: adjust styles in ExtraCommunity.vue for better layout and readability --- src/pages/Travel/ExtraCommunity.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/Travel/ExtraCommunity.vue b/src/pages/Travel/ExtraCommunity.vue index d30629a80..ebe21f752 100644 --- a/src/pages/Travel/ExtraCommunity.vue +++ b/src/pages/Travel/ExtraCommunity.vue @@ -183,7 +183,6 @@ const columns = computed(() => [ align: 'left', showValue: false, sortable: true, - style: 'min-width: 170px;', }, { label: t('globals.packages'), @@ -507,6 +506,7 @@ watch(route, () => { :props="props" @click="stopEventPropagation($event, col)" :style="col.style" + style="padding-left: 5px" > { } :deep(.q-table) { + table-layout: auto; + width: 100%; border-collapse: collapse; + overflow: hidden; + text-overflow: ellipsis; tbody tr td { &:nth-child(1) {