Fix visualizzazione lista mezzi

This commit is contained in:
2025-04-15 18:01:03 +02:00
committed by GitHub
parent 5745280eef
commit 8bb306e44d

View File

@@ -176,12 +176,12 @@ table.image-table img {
width: 100%; width: 100%;
} }
td { table.image-table td {
display: block; display: block;
width: 100%; width: 100%;
} }
img { table.image-table img {
margin-bottom: 10px; margin-bottom: 10px;
} }
} }