diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-27 20:04:13 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-27 20:04:13 +0900 |
| commit | 83893ce52f6cfea9cc0d5175931e83b10f21fdfc (patch) | |
| tree | cd6bd96ea17aaac5c26efbd2a65474d2ba6583e1 /packages/frontend/src/components/MkSystemWebhookEditor.vue | |
| parent | add todo (diff) | |
| download | sharkey-83893ce52f6cfea9cc0d5175931e83b10f21fdfc.tar.gz sharkey-83893ce52f6cfea9cc0d5175931e83b10f21fdfc.tar.bz2 sharkey-83893ce52f6cfea9cc0d5175931e83b10f21fdfc.zip | |
fix syntax errors
Diffstat (limited to 'packages/frontend/src/components/MkSystemWebhookEditor.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSystemWebhookEditor.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSystemWebhookEditor.vue b/packages/frontend/src/components/MkSystemWebhookEditor.vue index b27559a5ce..cd72204fce 100644 --- a/packages/frontend/src/components/MkSystemWebhookEditor.vue +++ b/packages/frontend/src/components/MkSystemWebhookEditor.vue @@ -20,7 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only </template> <div style="display: flex; flex-direction: column; min-height: 100%;"> - <div class="_spacer" style="--MI_SPACER-min: 20px; --MI_SPACER-max: 28" style="flex-grow: 1px;;"> + <div class="_spacer" style="--MI_SPACER-min: 20px; --MI_SPACER-max: 28px; flex-grow: 1;"> <MkLoading v-if="loading !== 0"/> <div v-else :class="$style.root" class="_gaps_m"> <MkInput v-model="title"> |