Skip to content

Commit

Permalink
Adds better styling to description box
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Feb 28, 2024
1 parent 55e2315 commit c2f2c13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/curations/[curationId]/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
<td v-if="editingDescription">
<v-textarea
v-model="newDescription"
class="mt-3"
label="Description"
variant="outlined"
no-resize
counter
:placeholder="curation.desc"
/>
<v-btn
Expand Down

0 comments on commit c2f2c13

Please sign in to comment.