diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 2029543..117e25f 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -798,6 +798,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div margin-top: 1rem; } #block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-commentaire-0-value { width: 80%; } + #block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-adresse-0 summary { + display: none; } #block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-adresse-0-address-container2 { display: flex; flex-direction: row; diff --git a/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss b/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss index 879bf69..64749af 100644 --- a/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss +++ b/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss @@ -72,6 +72,12 @@ #edit-field-commentaire-0-value{ width: 80%; } + #edit-field-adresse-0{ + summary{ + display: none; + } + } + #edit-field-adresse-0-address-container2{ display: flex; flex-direction: row;