diff --git a/app/assets/stylesheets/widgets.scss b/app/assets/stylesheets/widgets.scss index fe9360680..b49a63477 100644 --- a/app/assets/stylesheets/widgets.scss +++ b/app/assets/stylesheets/widgets.scss @@ -354,11 +354,9 @@ .crayons-layout__comments-display-ad { .crayons-sponsorship { .c-indicator.crayons-sponsorship__indicator { - line-height: 150%; - } - .crayons-sponsorship__dropdown { - margin-top: -15px; + line-height: 15px; } + padding-left: var(--content-padding-x); padding-bottom: var(--su-6); .text-styles { diff --git a/app/views/shared/_display_ad.html.erb b/app/views/shared/_display_ad.html.erb index 05a0f4036..59c3bd4c2 100644 --- a/app/views/shared/_display_ad.html.erb +++ b/app/views/shared/_display_ad.html.erb @@ -6,7 +6,7 @@ data-type-of="<%= display_ad.type_of %>">
<% if display_ad.organization_id? && (display_ad.type_of == "community" || display_ad.type_of == "external") %> -
+
profile
<%= display_ad.organization.name %>
<% if display_ad.type_of == "external" %> @@ -14,7 +14,7 @@ <% end %>
<% else %> -
<%= Settings::Community.community_name %>
+
<%= Settings::Community.community_name %>
<% end %>