fix: tabel submissions fixed

This commit is contained in:
laurejablonski 2025-05-10 11:46:03 +02:00
parent c7c427a67a
commit c89f900958

View file

@ -18,7 +18,7 @@
padding: 10px;
}
table thead th:first-child {
.table thead th:first-child {
border-top-left-radius: 10px;
}
@ -34,8 +34,8 @@ table thead th:first-child {
background-color: #f6faf2;
}
td,
th {
.table td,
.table th {
border-bottom: 1px solid #0e6942;
border-top: 1px solid #0e6942;
}