summaryrefslogtreecommitdiff
path: root/packages/client/src/components/form/section.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-19 19:36:12 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-19 19:36:12 +0900
commit5d968afa7424d82f49502c12f63f546f86eae433 (patch)
tree52508c7c786eb6324e4874efa98ca7ef2e91ee35 /packages/client/src/components/form/section.vue
parentUpdate .eslintrc.js (diff)
downloadmisskey-5d968afa7424d82f49502c12f63f546f86eae433.tar.gz
misskey-5d968afa7424d82f49502c12f63f546f86eae433.tar.bz2
misskey-5d968afa7424d82f49502c12f63f546f86eae433.zip
update linr
Diffstat (limited to 'packages/client/src/components/form/section.vue')
-rw-r--r--packages/client/src/components/form/section.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/form/section.vue b/packages/client/src/components/form/section.vue
index 8eac40a0db..76db7ac5c3 100644
--- a/packages/client/src/components/form/section.vue
+++ b/packages/client/src/components/form/section.vue
@@ -1,5 +1,5 @@
<template>
-<div class="vrtktovh" v-size="{ max: [500] }" v-sticky-container>
+<div v-size="{ max: [500] }" v-sticky-container class="vrtktovh">
<div class="label"><slot name="label"></slot></div>
<div class="main">
<slot></slot>