Add space between cancel and ban button

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.
This commit is contained in:
Pascal de Vink 2023-06-26 20:46:15 +01:00
parent 4a7bfe41d9
commit 6dc9c6376b
No known key found for this signature in database
GPG key ID: 0F1243E330FFD888

View file

@ -693,6 +693,8 @@ export class Profile extends Component<
>
{I18NextService.i18n.t("cancel")}
</button>
</div>
<div className="mb-3 row">
<button
type="submit"
className="btn btn-secondary"