mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): center text in silence submit result view
This commit is contained in:
@@ -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" : ""
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user