mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +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,
|
||||
'caption-top': true
|
||||
},
|
||||
attrs: {
|
||||
'thead-tr-class': 'h-1'
|
||||
},
|
||||
scopedSlots: scopedSlots
|
||||
});
|
||||
|
||||
|
@ -28,3 +28,7 @@
|
||||
.clickme:hover {
|
||||
background-color: var(--hover-bg-color);
|
||||
}
|
||||
|
||||
.h-1 {
|
||||
height: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user