From bea811192fde9685acfa53932b368b560f256e5e 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 0ecf832ac3..991ab27b6f 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 */