style: longer description
This commit is contained in:
@@ -207,7 +207,7 @@ const RULE_HINT: Record<Rule["kind"], string> = {
|
|||||||
<label class="mt-2 block">
|
<label class="mt-2 block">
|
||||||
<span class="text-xs text-base-content/60">Description</span>
|
<span class="text-xs text-base-content/60">Description</span>
|
||||||
<textarea
|
<textarea
|
||||||
rows="3"
|
rows="6"
|
||||||
class="textarea textarea-bordered textarea-sm mt-1 w-full leading-snug"
|
class="textarea textarea-bordered textarea-sm mt-1 w-full leading-snug"
|
||||||
:value="(element ?? link)?.description ?? ''"
|
:value="(element ?? link)?.description ?? ''"
|
||||||
placeholder="Why this element is here…"
|
placeholder="Why this element is here…"
|
||||||
|
|||||||
Reference in New Issue
Block a user