@@ -48,7 +48,7 @@ const TemperaturePerSeason: FC = () => {
>
{x.grados_acumulados ?? "-"}
</td>
- <td className={classes.cell}>{x.dias_igualar_temporada}</td>
+ <td className={classes.cell}>{x.dias_igualar_temporada ?? "-"}</td>
<td
className={classes.cell}
style={{
@@ -16,7 +16,7 @@
.widthSeven.table tr,
.widthSeven.table thead {
- grid-template-columns: repeat(7, 1fr);
+ grid-template-columns: 180px repeat(6, 1fr);
}
.table .threeSlot {