ouidade 7 mesi fa
parent
commit
d33f29aea3

+ 3 - 0
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;
 }

+ 5 - 1
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;
+            }
+
+        }
     }   
 }