From 201efb3522d14bd5dc774addba42f407ee5096bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Martins?= Date: Wed, 24 Jun 2020 10:33:01 +0100 Subject: [PATCH] Improve field+map width on edit term screen If this field is applied to a taxonomy on the edit screen of the terms its width is narrow and not fully sized. --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1bf464d..48fc1da 100755 --- a/css/style.css +++ b/css/style.css @@ -7,4 +7,8 @@ } .pw-map img { max-width: none; -} \ No newline at end of file +} +.cmb2-wrap.form-table .cmb-row.cmb-type-pw-map > .cmb-td{ + width: 100%; + max-width: 540px; +}