Skip to content

Commit

Permalink
Make slight markup and styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldar committed Sep 25, 2024
1 parent 1d4bf11 commit 5f57a0c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions extra/lib/plausible_web/views/help_scout_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ defmodule PlausibleWeb.HelpScoutView do
<p class="label">
Owner of <b><a href={@sites_link} target="_blank"><%= @sites_count %> sites</a></b>
</p>
<p class="value"></p>
</div>
<div :if={@notes} class="notes">
<p class="label">
Notes
<b>Notes</b>
</p>
<p class="value">
<div class="value">
<%= Phoenix.HTML.Format.text_to_html(@notes, escape: true) %>
</p>
</div>
</div>
<% end %>
</.layout>
Expand Down Expand Up @@ -150,6 +151,10 @@ defmodule PlausibleWeb.HelpScoutView do
margin-bottom: 1.25em;
font-weight: bold;
}
.notes .value {
font-weight: normal;
}
</style>
</head>
Expand Down

0 comments on commit 5f57a0c

Please sign in to comment.