adrema/resources/css/table.css

11 lines
152 B
CSS
Raw Normal View History

2021-07-04 01:44:41 +02:00
.custom-table {
display: table;
width: 100%;
}
.custom-table > * {
display: table-row;
}
.custom-table > * > * {
display: table-cell;
}