Add bottom margin to mute rule inputs
This commit is contained in:
parent
61a9e39a3e
commit
0e47e06db1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue