mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
improve styling
This commit is contained in:
@@ -45,9 +45,9 @@ class ConfirmAlert extends React.Component<Props> {
|
||||
</header>
|
||||
<section className="modal-card-body">
|
||||
{message}
|
||||
<div className="buttons">
|
||||
<div className="buttons is-right">
|
||||
{buttons.map((button, i) => (
|
||||
<a className="button"
|
||||
<a className="button is-info is-right"
|
||||
key={i}
|
||||
onClick={() => this.handleClickButton(button)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user