Skip to content

Commit

Permalink
Add space between cancel and ban button
Browse files Browse the repository at this point in the history
When banning a user, the modal has two buttons: cancel and ban. These
buttons are so close to each other that it's hard to see they are
separate buttons.
By putting each button on their own row, there is more space between
them.
  • Loading branch information
pascaldevink committed Jun 26, 2023
1 parent 4a7bfe4 commit 61d13f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/components/person/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ export class Profile extends Component<
>
{I18NextService.i18n.t("cancel")}
</button>
<div className="mb-3 row"></div>
<button
type="submit"
className="btn btn-secondary"
Expand Down

0 comments on commit 61d13f8

Please sign in to comment.