summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/form
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-11-04 15:13:24 +0900
committerGitHub <noreply@github.com>2025-11-04 15:13:24 +0900
commite15b8b7fa37e0272b7eac75ae3002577330050fc (patch)
treeca084709f52c42da86fcaf7c3b9e625737cd05b6 /packages/frontend/src/components/form
parentfix(frontend): 自分に割り当てられたロール一覧の余白を調... (diff)
downloadmisskey-e15b8b7fa37e0272b7eac75ae3002577330050fc.tar.gz
misskey-e15b8b7fa37e0272b7eac75ae3002577330050fc.tar.bz2
misskey-e15b8b7fa37e0272b7eac75ae3002577330050fc.zip
fix(frontend): formlinkのスタイル修正 (#16741)
Diffstat (limited to 'packages/frontend/src/components/form')
-rw-r--r--packages/frontend/src/components/form/link.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/components/form/link.vue b/packages/frontend/src/components/form/link.vue
index 63cf1815c0..84382607cf 100644
--- a/packages/frontend/src/components/form/link.vue
+++ b/packages/frontend/src/components/form/link.vue
@@ -47,9 +47,11 @@ defineProps<{
<style lang="scss" module>
.root {
display: block;
+ width: 100%;
&.inline {
display: inline-block;
+ width: auto;
}
}