Skip to content

Commit

Permalink
IBX-7128: Fixed inconsistent section header size in user settings view (
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Jan 9, 2024
1 parent 37f1dd1 commit 67e85ee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
{% include '@ibexadesign/ui/component/details/details.html.twig' with {
headline: settings_group.name,
headline_items: headline_items,
is_small_headline: true,
items: items,
view_mode: "vertical",
item_inline: true,
Expand Down Expand Up @@ -92,7 +91,7 @@
label: 'my_account_settings.password.title'|trans|desc('Password'),
content: '**********'
}] %}

{% include '@ibexadesign/ui/component/details/details.html.twig' with {
headline: 'my_account_settings.password.title'|trans|desc('Password'),
headline_items: headline_items,
Expand Down

0 comments on commit 67e85ee

Please sign in to comment.