Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Jun 15, 2024
1 parent 37d197a commit dbc95e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Thanks/WhatIsNextTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ export default {
}
.option-box {
@apply tw-w-full tw-border tw-rounded tw-flex tw-justify-between tw-cursor-pointer tw-py-2 tw-px-3;
transition: border-top 0.05s, border-bottom 0.05s, border-left 0.05s, border-radius 0.2s;
@apply tw-w-full tw-border tw-rounded tw-flex tw-justify-between tw-cursor-pointer tw-py-2 tw-px-3;
}
.option-box.open {
Expand Down

0 comments on commit dbc95e2

Please sign in to comment.