Skip to content

Commit

Permalink
Fix size of disclosure link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 25, 2023
1 parent e46ae1b commit f9ba03f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/_tailwind/comments/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
placeholder: "e.g. 1 Sowerby St, Goulburn, NSW 2580" %>
<%= f.error :address, class: "mt-2" %>
<div class="flex items-baseline justify-between">
<%# TODO: Hint needs to be smaller font size here %>
<%= f.hint "Your street address will never be displayed here on Planning Alerts", class: "mt-2" %>
<%# TODO: Make disclosure work %>
<%# TODO: Add disclosure icon %>
<div class="text-xs font-bold underline text-fuchsia">Why do you need my address?</div>
<div class="text-base font-bold underline text-fuchsia">Why do you need my address?</div>
</div>
</div>
<div class="flex items-center p-12 mt-12 bg-light-grey">
Expand Down

0 comments on commit f9ba03f

Please sign in to comment.