mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
Mail filters: CSS fix for input field length
The extra input field for rules based on a custom header must be smaller in order for the rule to span only one row.
This commit is contained in:
@@ -312,7 +312,7 @@ function ensureFieldCustomHeaderRepresentation(container, fieldSpan) {
|
||||
}
|
||||
if (container.rule.field == "header") {
|
||||
if (!headerInput) {
|
||||
headerInput = createElement("input", null, "textField",
|
||||
headerInput = createElement("input", null, null,
|
||||
{ type: "text" }, null, fieldSpan);
|
||||
headerInput.rule = container.rule;
|
||||
if (!container.rule.custom_header)
|
||||
|
||||
Reference in New Issue
Block a user