mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Fix cell alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user