Skip to content

Commit

Permalink
fix(FSADT1-891): fixing modal spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Oct 10, 2023
1 parent 3ab456e commit 056688f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ toastBus.on(openToast)

<div class="modals">

<cds-modal
id="modal-global"
size="sm"
:open="modalContent.active"
@cds-modal-closed="closeModal"
>
<cds-modal-header>
<cds-modal-close-button></cds-modal-close-button>
<cds-modal-heading
>Are you sure you want to delete "{{ modalContent.message }}" additional
{{ modalContent.kind }}?
</cds-modal-heading>
</cds-modal-header>
<cds-modal-body><p></p></cds-modal-body>
<cds-modal
id="modal-global"
size="sm"
:open="modalContent.active"
@cds-modal-closed="closeModal"
>
<cds-modal-header>
<cds-modal-close-button></cds-modal-close-button>
<cds-modal-heading
>Are you sure you want to delete "{{ modalContent.message }}" additional
{{ modalContent.kind }}?
</cds-modal-heading>
</cds-modal-header>

<cds-modal-footer>
<cds-modal-footer-button
Expand Down

0 comments on commit 056688f

Please sign in to comment.