From 2255c0572853a8592a314aed4e52751f5ca670fd Mon Sep 17 00:00:00 2001 From: Nicol Date: Thu, 18 Mar 2021 15:33:40 +0100 Subject: [PATCH] Add .clear class to override left float on buttons .crm-button has a float: left, which was added in #18880, and can in some themes cause the subsequent lines to flow back inline. This fixes that (and adds a little padding under the buttons). --- templates/CRM/common/SocialNetwork.tpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/CRM/common/SocialNetwork.tpl b/templates/CRM/common/SocialNetwork.tpl index 374123bdfb..57f91076de 100644 --- a/templates/CRM/common/SocialNetwork.tpl +++ b/templates/CRM/common/SocialNetwork.tpl @@ -17,18 +17,16 @@ {ts}Share on Facebook{/ts} {ts}Share on LinkedIn{/ts} {else} - + - {/if} + {/if} {if $pageURL} - {if $emailMode neq true} -
- {/if} -
-

{ts}You can also share the below link in an email or on your website:{/ts}
+

+
{ts}You can also share the below link in an email or on your website:{/ts}
{$pageURL}

{else} +
{/if} -- 2.25.1