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