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:
parent
b881325bcb
commit
26609c4223
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user