Skip to content

Commit

Permalink
fix border setting in delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Dec 22, 2024
1 parent f2c9731 commit 2c16911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<div class="flex column-gap-3 row-gap-1 justify-content-start align-items-center">
<div class="pi pi-question-circle text-3xl danger-action-text"></div>
<div class="flex flex-column row-gap-2">
<div id="pm_delete_message_text" class="mx-3 font-bold">
<div id="pm_delete_message_text" class="mr-3 font-bold">
{{ 'ACTIONS.DELETE.MESSAGE.TEXT' | translate }}
</div>
<div id="pm_delete_parameter_name" class="px-2 flex flex-column row-gap-1">
Expand Down

0 comments on commit 2c16911

Please sign in to comment.