Skip to content

Commit

Permalink
Reduce the size of the panels title
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jan 11, 2024
1 parent bb39b3f commit 05aa3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<% if @title %>
<section class="border-gray-100 border-t w-full first-of-type:border-t-0 p-6">
<h2>
<span class="font-semibold text-xl"><%= @title %></span>
<span class="font-semibold text-base"><%= @title %></span>
<%= render component("ui/toggletip").new(text: @title_hint) if @title_hint %>
</h2>
</section>
Expand Down

0 comments on commit 05aa3d8

Please sign in to comment.