docbrown/app/views/articles/_sidebar_additional.html.erb
Suzanne Aitchison 18877f6f1b
Avoid layout funkiness when non-breaking characters are used (#16782)
* Apply overflow-wrap fallback everywhere we use anywhere value

* fix some more non breaking spaces layout issues

* user with org sidebar

* comment index header
2022-03-08 10:37:52 +00:00

5 lines
229 B
Text

<div id="sidebar-wrapper-right" class="sidebar-wrapper sidebar-wrapper-right crayons-layout__sidebar-right crayons-layout__content">
<% unless user_signed_in? %>
<%= render "sidebars/homepage_content" %>
<% end %>
</div>