1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Fix cell alignment

This commit is contained in:
downtownallday 2021-04-10 16:49:46 -04:00
parent b881325bcb
commit 26609c4223

View File

@ -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;