Skip to content

Commit

Permalink
Make textbox resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclotruc committed Dec 7, 2024
1 parent 3a04daf commit ae50ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/components/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3 class="text-lg font-bold text-gray-900">Directory Structure</h3>
class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0">
</div>
<textarea
class="directory-structure w-full p-4 bg-[#fff4da] border-[3px] border-gray-900 rounded font-mono text-sm resize-y focus:outline-none relative z-10 h-[200px]"
class="directory-structure w-full p-4 bg-[#fff4da] border-[3px] border-gray-900 rounded font-mono text-sm resize-y focus:outline-none relative z-10 h-[215px]"
readonly>{{ tree }}</textarea>
</div>
</div>
Expand Down

0 comments on commit ae50ab2

Please sign in to comment.