backoffice: fix display of expression widget in redirect action form (#25347)

This commit is contained in:
Frédéric Péters 2018-07-18 15:33:10 +02:00
parent 9b62bfdbcd
commit 2e2193b65f
1 changed files with 1 additions and 0 deletions

View File

@ -1335,6 +1335,7 @@ div.SetBackofficeFieldsTableWidget td select {
width: 100%;
}
div.ComputedExpressionWidget.grid-1-1 input,
div.dict-value div.ComputedExpressionWidget input,
div.SetBackofficeFieldsTableWidget td input {
width: calc(100% - 3rem);