Skip to content

Commit

Permalink
add margin left to header button
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Jan 30, 2025
1 parent 9523d9e commit 7c95f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
{% else %}
{% set buttonVariant = "ghost" %}
{% endif %}
<div class="ons-grid__col ons-col-auto ons-u-flex-no-shrink">
<div class="ons-grid__col ons-col-auto ons-u-flex-no-shrink ons-u-p-no ons-u-ml-l">
{{
onsButton({
"text": params.button.text,
Expand Down

0 comments on commit 7c95f7c

Please sign in to comment.