Skip to content

Commit

Permalink
fix(modal-demo): button alignment (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored Nov 3, 2023
1 parent a473795 commit 1b4861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/snippets/modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modal.body>
<p>Do you really want to proceed?</p>
</modal.body>
<modal.footer @class="uk-text-right">
<modal.footer class="uk-text-right">
<UkButton @color="primary" @label="Ok" @onClick={{this.submit}} />
</modal.footer>
</UkModal>
Expand Down

0 comments on commit 1b4861c

Please sign in to comment.