fix(ui): add margin around silence fallback

This commit is contained in:
Łukasz Mierzwa
2019-03-15 11:25:30 +00:00
parent 49257ec296
commit a642dd7aff
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
exports[`<Silence /> matches snapshot when data is not present in alertStore 1`] = `
"
<div>
<div class=\\"m-1\\">
<small class=\\"text-muted\\">
Silenced by default/4cf5fd82-1edd-4169-99d1-ff8415e72179
</small>

View File

@@ -177,7 +177,7 @@ SilenceDetails.propTypes = {
//
const FallbackSilenceDesciption = ({ alertmanagerName, silenceID }) => {
return (
<div>
<div className="m-1">
<small className="text-muted">
Silenced by {alertmanagerName}/{silenceID}
</small>