Add bottom margin to mute rule inputs

This commit is contained in:
Andreas Nedbal 2023-01-04 23:00:21 +01:00 committed by Andreas Nedbal
parent 61a9e39a3e
commit 0e47e06db1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.form-group{ id: "rule_#{rule.id}" }
.form-group.mb-3{ id: "rule_#{rule.id}" }
.input-group
%input.form-control{ disabled: true, value: rule.muted_phrase }
.input-group-append