From b14a472814ec31a95817db351c8f19353c97dcb6 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 13 Sep 2022 09:50:01 -0600 Subject: [PATCH] Better specificity on the grid padding --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index c29b377f99..b6e7ade088 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -3752,7 +3752,7 @@ tr.dialogOperators td, .dialogFooterToolbar { padding: 5px 0px 5px 0px; } -table.et2_grid > tbody > tr > td { +.popupMainDiv table.et2_grid > tbody > tr > td, table.et2_grid > tbody > tr > td { padding-right: 5px; }