Skip to content

Commit 3a43eae

Browse files
authored
Merge pull request #4426 from traPtitech/fix/itemsToContent
replace `justify-items` with `justify-content`
2 parents 27f1bac + 2ad3551 commit 3a43eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UI/FormButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const spinnerColor = computed(() => {
106106
.label {
107107
display: flex;
108108
align-items: center;
109-
justify-items: center;
109+
justify-content: center;
110110
gap: 8px;
111111
margin: 8px 32px;
112112
.container[data-is-loading] & {

0 commit comments

Comments
 (0)