Skip to content

Commit

Permalink
replace justify-items with justify-content
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Dec 20, 2024
1 parent 27f1bac commit 2ad3551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/FormButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const spinnerColor = computed(() => {
.label {
display: flex;
align-items: center;
justify-items: center;
justify-content: center;
gap: 8px;
margin: 8px 32px;
.container[data-is-loading] & {
Expand Down

0 comments on commit 2ad3551

Please sign in to comment.