diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index 2b61ac4ce..8b62d9e93 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -498,5 +498,9 @@ margin-inline: auto; text-align: start; } + + code { + text-align: left; + } } } diff --git a/app/views/public/boards/show.html.erb b/app/views/public/boards/show.html.erb index 0436f00cb..ae5b75912 100644 --- a/app/views/public/boards/show.html.erb +++ b/app/views/public/boards/show.html.erb @@ -19,7 +19,7 @@ <% end %> <% if @board.public_description.present? %> -
+
<%= @board.public_description %>
<% end %>