From d33f29aea331047a29916cf9cf926b37ac27bb12 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 20 Jun 2024 10:00:15 +0200 Subject: [PATCH] node ressource --- web/themes/custom/reha/dist/css/bundle.css | 3 +++ web/themes/custom/reha/scss/pages/node-ressource.scss | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 8a1c366..f8af206 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -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; } \ No newline at end of file diff --git a/web/themes/custom/reha/scss/pages/node-ressource.scss b/web/themes/custom/reha/scss/pages/node-ressource.scss index b74d026..674430c 100644 --- a/web/themes/custom/reha/scss/pages/node-ressource.scss +++ b/web/themes/custom/reha/scss/pages/node-ressource.scss @@ -37,6 +37,10 @@ grid-column: 1 /span 3; width: 100%; margin-top: 2rem; - } + .field--name-field-fichiers{ + width: fit-content; + } + + } } } \ No newline at end of file