Skip to content

Commit

Permalink
fix responsive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
radhika587 committed Feb 25, 2022
1 parent ffa7906 commit 351e661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/components/base/BaseDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
</div>
</div>
<div
class="mt-5 sm:mt-6"
class="mt-5 sm:mt-6 grid gap-3"
:class="{
'sm:grid sm:grid-cols-2 sm:gap-3 sm:grid-flow-row-dense':
'sm:grid-cols-2 sm:grid-flow-row-dense':
!dialogStore.hideNoButton,
}"
>
Expand Down

0 comments on commit 351e661

Please sign in to comment.