Skip to content

Commit 84ac94d

Browse files
committed
reduce height of textarea
CMK-21237 Change-Id: Ic3196f9544350891bc79cf53f06bce28157a6b25
1 parent 83ce9f3 commit 84ac94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cmk-frontend-vue/src/form/components/forms/FormMultilineText.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const style = computed(() => {
4141
:style="style"
4242
:placeholder="spec.input_hint || ''"
4343
:aria-label="spec.label || spec.title"
44-
rows="20"
44+
rows="4"
4545
cols="60"
4646
type="text"
4747
/>

0 commit comments

Comments
 (0)