From f7102d7f8b73638a436636455f0a01b4673aadd6 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:17:05 +0530 Subject: [PATCH] fix: Table styles (#9860) # Pull Request Template ## Description This PR will fix table style breakage in the portal and inbox pre-chat form settings pages. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? **Before** 1. image 2. image 3. image 4. image **After** 1. image 2. image 3. image 4. image ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- .../dashboard/helpcenter/components/PortalListItemTable.vue | 2 +- .../helpcenter/pages/categories/CategoryListItem.vue | 4 ++-- .../routes/dashboard/settings/inbox/PreChatForm/Settings.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalListItemTable.vue b/app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalListItemTable.vue index d07e14271..8a07302cf 100644 --- a/app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalListItemTable.vue +++ b/app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalListItemTable.vue @@ -1,5 +1,5 @@