Skip to content

Commit 8180e07

Browse files
committed
chore(frontend textareas): resize y only
1 parent ac58c8b commit 8180e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/frontend/src/pages/servers/manage/[id]/options/properties.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<textarea
7070
:id="index.toString()"
7171
:value="JSON.stringify(property, null, 2)"
72-
class="w-full rounded-xl border p-2"
72+
class="w-full rounded-xl border p-2 resize-y"
7373
></textarea>
7474
</div>
7575
<div v-else class="w-[320px]">

apps/frontend/src/pages/servers/manage/[id]/options/startup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</label>
1414
<textarea
1515
v-model="invocation"
16-
class="min-h-[270px] w-full font-[family-name:var(--mono-font)]"
16+
class="min-h-[270px] resize-y w-full font-[family-name:var(--mono-font)]"
1717
/>
1818
</div>
1919

0 commit comments

Comments
 (0)