From 7efc2726d9c21bb23bd81189fd5202e05e268c74 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Thu, 23 Nov 2023 02:58:00 +0530 Subject: [PATCH] fix: Updates the text alignment on articles table (#8405) --- .../routes/dashboard/helpcenter/components/ArticleItem.vue | 2 +- .../routes/dashboard/helpcenter/components/ArticleTable.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue b/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue index f6cbcd415..95a5d55d0 100644 --- a/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue +++ b/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue @@ -161,7 +161,7 @@ export default { } span.article-column { - @apply text-slate-700 dark:text-slate-100 text-sm font-semibold py-2 px-0 text-right capitalize; + @apply text-slate-700 dark:text-slate-100 text-sm font-semibold py-2 px-0 text-left capitalize last:text-right; &.article-title { @apply items-start flex gap-2 col-span-4 text-left; diff --git a/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleTable.vue b/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleTable.vue index 2b15411d6..6704ce7bf 100644 --- a/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleTable.vue +++ b/app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleTable.vue @@ -10,17 +10,17 @@ {{ $t('HELP_CENTER.TABLE.HEADERS.TITLE') }}
{{ $t('HELP_CENTER.TABLE.HEADERS.CATEGORY') }}
{{ $t('HELP_CENTER.TABLE.HEADERS.STATUS') }}