diff --git a/src/pages/Travel/ExtraCommunity.vue b/src/pages/Travel/ExtraCommunity.vue index ac46caa44aa..38858aafe7d 100644 --- a/src/pages/Travel/ExtraCommunity.vue +++ b/src/pages/Travel/ExtraCommunity.vue @@ -18,7 +18,6 @@ import { usePrintService } from 'composables/usePrintService'; import VnSubToolbar from 'src/components/ui/VnSubToolbar.vue'; import axios from 'axios'; import RightMenu from 'src/components/common/RightMenu.vue'; -import VnPopup from 'src/components/common/VnPopup.vue'; const stateStore = useStateStore(); const { t } = useI18n(); @@ -637,18 +636,7 @@ watch(route, () => { - - - + {{ entry.evaNotes }} @@ -721,4 +709,12 @@ watch(route, () => { white-space: normal; width: max-content; } + +.q-td { + &:nth-child(15) { + white-space: normal; + text-align: left; + word-break: break-word; + } +}