Skip to content

Commit

Permalink
fix arrow svg for select.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfolah authored Oct 20, 2023
1 parent 382611b commit 22f713c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crispy_tailwind/templates/tailwind/layout/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
{% include "tailwind/layout/select_option.html" with value=value label=label %}
{% endfor %}
</select>
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700">
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3 text-gray-700">
<svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>
</div>
</div>
</div>

0 comments on commit 22f713c

Please sign in to comment.