umami/components/Table.module.css

8 lines
61 B
CSS
Raw Normal View History

.table {
width: 100%;
}
.table th {
text-align: left;
}