chore(ui): use smaller buttons on silence form

This commit is contained in:
Łukasz Mierzwa
2021-04-30 13:06:12 +01:00
committed by Łukasz Mierzwa
parent 1265141d2e
commit a23fdf56e9
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ const SilenceForm: FC<{
<TooltipWrapper title="Add a matcher">
<button
type="button"
className="btn btn-outline-secondary"
className="btn btn-sm btn-outline-secondary"
onClick={addMore}
>
<FontAwesomeIcon icon={faPlus} fixedWidth />

View File

@@ -55,7 +55,7 @@ const SilenceMatch: FC<{
<TooltipWrapper title="Remove this matcher">
<button
type="button"
className="btn btn-outline-danger"
className="btn btn-sm btn-outline-danger"
onClick={onDelete}
>
<FontAwesomeIcon icon={faTrash} fixedWidth />