Skip to content

Commit

Permalink
#470: Remove margin-right because the submit button next to it alread…
Browse files Browse the repository at this point in the history
…y has a margin-left.

* This ensures the same margin over all dialogs with submit/cancel buttons.
  • Loading branch information
benitsch committed Jul 3, 2024
1 parent 04a5e9f commit e625933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/DistributeParticipantsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Licensed under the Elastic License 2.0. */
<div class="flex justify-end">
<Button
type="button"
class="p-button btn-gray !mr-3"
class="p-button btn-gray"
:label="$t('global.labels.close')"
@click="closeDialog"
/>
Expand Down

0 comments on commit e625933

Please sign in to comment.