mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-06 00:37:06 +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) {
|
if (this.items.length == 0) {
|
||||||
return [{
|
return [{
|
||||||
key: 'no data',
|
key: 'no data',
|
||||||
thClass: 'text-nowrap'
|
thClass: 'text-nowrap align-top'
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
return this.fields;
|
return this.fields;
|
||||||
|
Loading…
Reference in New Issue
Block a user