| Index: dashboard/dashboard/elements/triage-dialog.html
|
| diff --git a/dashboard/dashboard/elements/triage-dialog.html b/dashboard/dashboard/elements/triage-dialog.html
|
| index 9f0d614f891475be9bee9e98e3174af9bcc33104..4c3693b61d453ffe758ad276f306f8dc6c39528c 100644
|
| --- a/dashboard/dashboard/elements/triage-dialog.html
|
| +++ b/dashboard/dashboard/elements/triage-dialog.html
|
| @@ -38,12 +38,9 @@ on an alert, or clicks on a "triage" button on the alerts page. It allows the
|
| position: absolute;
|
| left: 0;
|
| top: 0;
|
| - display: -webkit-flex;
|
| display: flex;
|
| - -webkit-align-items: center;
|
| align-items: center;
|
| justify-content: center;
|
| - -webkit-justify-content: center;
|
| opacity: 0;
|
| transition: opacity 0.2s;
|
| }
|
|
|