Skip to content

Commit 77ffe31

Browse files
authored
Merge pull request #4425 from traPtitech/fix/buttonJustify
2 parents d6ede9e + 054f01e commit 77ffe31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/UI/FormButton.vue

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const spinnerColor = computed(() => {
106106
.label {
107107
display: flex;
108108
align-items: center;
109+
justify-items: center;
109110
gap: 8px;
110111
margin: 8px 32px;
111112
.container[data-is-loading] & {

0 commit comments

Comments
 (0)