backoffice: fix display of expression widgets embedded in WidgetDict (#24260)

This commit is contained in:
Frédéric Péters 2018-06-04 14:12:30 +02:00
parent d88fb7e2d7
commit 25d0af3a4c
1 changed files with 1 additions and 0 deletions

View File

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