Skip to content

Commit

Permalink
Merge pull request #4426 from traPtitech/fix/itemsToContent
Browse files Browse the repository at this point in the history
replace `justify-items` with `justify-content`
  • Loading branch information
Pugma authored Dec 20, 2024
2 parents 27f1bac + 2ad3551 commit 3a43eae
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 3a43eae

Please sign in to comment.