Skip to content

Commit

Permalink
bump rows
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Jul 17, 2024
1 parent ca0f707 commit f583f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/probe/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ defmodule Probe.CoreComponents do
<textarea
id={"copy-text-input-#{@comp_id}"}
class="cursor-text bg-gray-50 border border-gray-300 font-medium text-gray-500 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 pr-10 bg-white dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"
rows="6"
rows="7"
disabled
readonly
><%= @value %></textarea>
Expand Down

0 comments on commit f583f9b

Please sign in to comment.