Skip to content

Commit

Permalink
Remove blue border top; pass margin_top option
Browse files Browse the repository at this point in the history
Removes the blue top border from the chat promo and passing margin_top ultimately increases the margin top to 35px as per the designs
  • Loading branch information
JamesCGDS committed Nov 19, 2024
1 parent c229e1c commit 7e27c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_sidebar_navigation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="govuk-grid-column-one-third">
<% if show_govuk_chat_promo?(@content_item.base_path) %>
<%= render "govuk_publishing_components/components/chat_entry", { border_top: true } %>
<%= render "govuk_publishing_components/components/chat_entry", { margin_top: true } %>
<% end %>

<%= render 'govuk_publishing_components/components/contextual_sidebar', content_item: content_item %>
Expand Down

0 comments on commit 7e27c85

Please sign in to comment.