mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Fix table alignment
This commit is contained in:
parent
b7faafca6b
commit
002c4edb88
@ -24,6 +24,9 @@ Vue.component('chart-table', {
|
|||||||
'items': this.items,
|
'items': this.items,
|
||||||
'caption-top': true
|
'caption-top': true
|
||||||
},
|
},
|
||||||
|
attrs: {
|
||||||
|
'thead-tr-class': 'h-1'
|
||||||
|
},
|
||||||
scopedSlots: scopedSlots
|
scopedSlots: scopedSlots
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -28,3 +28,7 @@
|
|||||||
.clickme:hover {
|
.clickme:hover {
|
||||||
background-color: var(--hover-bg-color);
|
background-color: var(--hover-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-1 {
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user