node ressource

This commit is contained in:
2024-06-20 10:00:15 +02:00
parent f8d09d1531
commit d33f29aea3
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -2160,4 +2160,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
grid-column: 1/span 3;
width: 100%;
margin-top: 2rem;
}
.page-node-site .node-type-ressource .body-content .field--name-field-fichiers {
width: fit-content;
}
@@ -37,6 +37,10 @@
grid-column: 1 /span 3;
width: 100%;
margin-top: 2rem;
}
.field--name-field-fichiers{
width: fit-content;
}
}
}
}