Projet

Général

Profil

0001-backoffice-fix-display-of-expression-widgets-embedde.patch

Frédéric Péters, 04 juin 2018 14:13

Télécharger (795 octets)

Voir les différences:

Subject: [PATCH] backoffice: fix display of expression widgets embedded in
 WidgetDict (#24260)

 wcs/qommon/static/css/dc2/admin.css | 1 +
 1 file changed, 1 insertion(+)
wcs/qommon/static/css/dc2/admin.css
1336 1336
	width: 100%;
1337 1337
}
1338 1338

  
1339
div.dict-value div.ComputedExpressionWidget input,
1339 1340
div.SetBackofficeFieldsTableWidget td input {
1340 1341
	width: calc(100% - 3rem);
1341 1342
}
1342
-