Fix spacing of link widget button when inside a hbox

This commit is contained in:
nathangray 2019-11-01 11:47:00 -06:00
parent 8cf369a84c
commit bea811192f

View File

@ -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
*/