Skip to content

Commit

Permalink
refactor: update class names
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Aug 28, 2024
1 parent 69a94c7 commit d48e1dd
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
compact-variant="outline-action"
class="document-user-actions d-inline-flex justify-content-start bg-action-subtle flex-grow-0 rounded-1"
>
<document-user-actions-entry
v-for="action in actionsDisplayed"
:key="action.name"
v-bind="action"
class="my-1 mx-1"
/>
<document-user-actions-entry v-for="action in actionsDisplayed" :key="action.name" v-bind="action" class="m-1" />
</form-actions>
</template>
<script setup>
Expand Down

0 comments on commit d48e1dd

Please sign in to comment.