Skip to content

Commit

Permalink
fix button justification for info popup
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 6, 2024
1 parent afeaec5 commit 46fffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion houston-common-ui/lib/components/HoustonAppContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ watchEffect(() => {
</div>

<template #footer>
<div class="button-group-row items-end">
<div class="button-group-row justify-end">
<button @click="setShow(false)" class="btn btn-primary">
Close
</button>
Expand Down

0 comments on commit 46fffa6

Please sign in to comment.