Skip to content

Commit

Permalink
chore(frontend textareas): resize y only
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 16, 2024
1 parent ac58c8b commit 8180e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<textarea
:id="index.toString()"
:value="JSON.stringify(property, null, 2)"
class="w-full rounded-xl border p-2"
class="w-full rounded-xl border p-2 resize-y"

Check failure on line 72 in apps/frontend/src/pages/servers/manage/[id]/options/properties.vue

View workflow job for this annotation

GitHub Actions / Build, Test, and Lint

Replace `ounded-xl·border·p-2·resize-y` with `esize-y·rounded-xl·border·p-2`
></textarea>
</div>
<div v-else class="w-[320px]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</label>
<textarea
v-model="invocation"
class="min-h-[270px] w-full font-[family-name:var(--mono-font)]"
class="min-h-[270px] resize-y w-full font-[family-name:var(--mono-font)]"

Check failure on line 16 in apps/frontend/src/pages/servers/manage/[id]/options/startup.vue

View workflow job for this annotation

GitHub Actions / Build, Test, and Lint

Replace `resize-y·w-full` with `w-full·resize-y`
/>
</div>

Expand Down

0 comments on commit 8180e07

Please sign in to comment.