Skip to content

Commit

Permalink
fix: justify center of suggestionlist
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Dec 9, 2024
1 parent d0c504e commit fe5bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SessionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const handleAutomationClose = () => {
>
<template v-slot:actions>
<v-container class="pa-4 pt-10">
<v-row>
<v-row class="justify-center">
<!-- Dynamic automation buttons -->
<v-col
v-for="(automation, index) in suggestionList"
Expand Down

0 comments on commit fe5bd03

Please sign in to comment.