Align Table values to top

This commit is contained in:
Samuel Lorch 2024-08-02 13:15:47 +02:00
parent 75432f62b8
commit f34fb0e4bd

View file

@ -68,7 +68,11 @@ th, td {
padding: 0.5rem;
border: 0.125rem solid var(--cl-bg-el);
}
th > *{
td {
vertical-align: top;
}
th>* {
justify-content: center;
align-items: center;
}