Skip to content

Commit

Permalink
Applied suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscientist committed Apr 16, 2024
1 parent 404af11 commit 48dd13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/inputs/EntityForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:required="true"/>
<TextInput label="Slug" v-model="editEntity.slug" :args="{ id: 'slug', maxlength: 128 }"
:required="true"/>
<div class="d-flex justify-content-between align-items-end">
<h3 class="mt-3">Attributes</h3>
<div class="d-flex justify-content-between align-items-end mt-3">
<h3 class="align-self-start">Attributes</h3>
<div v-if="attributes" class="ps-3 d-flex flex-column">
<span class="fw-bold me-2">Values to copy:</span>
<div>
Expand Down

0 comments on commit 48dd13b

Please sign in to comment.