From 26609c422358b96ccf96eabc7c211c6ae687f663 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sat, 10 Apr 2021 16:49:46 -0400 Subject: [PATCH] Fix cell alignment --- management/reporting/ui/chart-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/reporting/ui/chart-table.js b/management/reporting/ui/chart-table.js index 00aa0366..176427c5 100644 --- a/management/reporting/ui/chart-table.js +++ b/management/reporting/ui/chart-table.js @@ -38,7 +38,7 @@ export default Vue.component('chart-table', { if (this.items.length == 0) { return [{ key: 'no data', - thClass: 'text-nowrap' + thClass: 'text-nowrap align-top' }]; } return this.fields;