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