From a3c7952925df2bb631b5e713c80b15a26d28c194 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 27 Mar 2018 15:42:42 +0200 Subject: [PATCH] Make second column of customfields list fullwidth --- api/templates/default/etemplate2.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 3606f46469..751e413b77 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -520,7 +520,9 @@ action buttons, left aligned for "extra" controls width: 100%; } .et2_customfield_list tr td:first-child {width:30%;} - +.et2_customfield_list tr td:nth-child(2) > *, .et2_customfield_list tr td:nth-child(2) > * > input { + width: calc(100% - 20px); +} .et2_customfield_list input, .et2_customfield_list textarea { max-width: 100ex; }