From 672fba6444a863f5bfdf07167b8f19a65a10ebf6 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 1 Nov 2019 11:47:00 -0600 Subject: [PATCH] Fix spacing of link widget button when inside a hbox --- api/templates/default/etemplate2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index d1f80c3969..4576c0c78f 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -227,6 +227,9 @@ a.et2_url.url { .et2_email a:not(:first-child) { margin-left: 1em; } +.et2_hbox > .et2_url_span > a { + margin-left: 0px; +} /** * Button widget - text only, and icon */