diff --git a/app/assets/stylesheets/help_dropdown.scss b/app/assets/stylesheets/help_dropdown.scss index 463c92698..7246675b4 100644 --- a/app/assets/stylesheets/help_dropdown.scss +++ b/app/assets/stylesheets/help_dropdown.scss @@ -7,10 +7,6 @@ } } -.help-dropdown-title { - font-weight: bold; -} - .dropdown-items li.help-dropdown-service { cursor: default; diff --git a/app/views/shared/help/dropdown_items/_faq_item.html.haml b/app/views/shared/help/dropdown_items/_faq_item.html.haml index dba62710f..73af7afb9 100644 --- a/app/views/shared/help/dropdown_items/_faq_item.html.haml +++ b/app/views/shared/help/dropdown_items/_faq_item.html.haml @@ -1,6 +1,5 @@ = link_to t("links.common.faq.url"), title: new_tab_suffix(t('help_dropdown.general_title')), **external_link_attributes, role: 'menuitem' do %span.fr-icon-question-fill.fr-text-action-high--blue-france{ "aria-hidden": "true" } - .fr-pl-1w.fr-text--sm - %span.help-dropdown-title - = t('help_dropdown.problem_title') + .fr-pl-1w + %h1.fr-text--sm= t('help_dropdown.problem_title') %p.fr-text--sm= t('help_dropdown.problem_description')