align top td

This commit is contained in:
Baptiste 2022-06-17 14:46:21 +02:00
parent a863190d3b
commit e99847d088

View file

@ -19,6 +19,10 @@ table th, td {
padding: 0;
}
table td {
vertical-align: top;
}
.tr-th {
background-color: rgba(255, 255, 255, 0.5);
}