diff --git a/app/assets/stylesheets/procedure_show.scss b/app/assets/stylesheets/procedure_show.scss index 9d3466d88..027934ea5 100644 --- a/app/assets/stylesheets/procedure_show.scss +++ b/app/assets/stylesheets/procedure_show.scss @@ -22,7 +22,6 @@ .dossiers-table { margin-top: $default-spacer; margin-bottom: 3 * $default-spacer; - overflow: visible; // remove DSFR hidden overflow because of dropdown } .procedure-actions { diff --git a/app/views/recherche/index.html.haml b/app/views/recherche/index.html.haml index 6a0785a95..2057de441 100644 --- a/app/views/recherche/index.html.haml +++ b/app/views/recherche/index.html.haml @@ -1,6 +1,6 @@ - content_for(:title, "Recherche : #{@search_terms}") -.container +.fr-container - if @dossier_not_in_instructor_group.present? .fr-alert.fr-alert--info.fr-alert--sm.fr-mt-3w