fix(ui): center text in silence submit result view

This commit is contained in:
Łukasz Mierzwa
2019-10-26 20:21:48 +01:00
parent 3dc859f9c3
commit c0f4e4aabb

View File

@@ -181,7 +181,7 @@ const SilenceSubmitProgress = observer(
{cluster}
</div>
<div
className={`p-2 flex-fill flex-grow-1 flex-shrink-1 rounded ${
className={`p-2 flex-fill flex-grow-1 flex-shrink-1 rounded text-center ${
this.submitState.value === SubmitState.Failed ? "bg-light" : ""
}`}
>