diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-11-04 15:13:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-04 15:13:24 +0900 |
| commit | e15b8b7fa37e0272b7eac75ae3002577330050fc (patch) | |
| tree | ca084709f52c42da86fcaf7c3b9e625737cd05b6 /packages/frontend/src/components/form | |
| parent | fix(frontend): 自分に割り当てられたロール一覧の余白を調... (diff) | |
| download | misskey-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.vue | 2 |
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; } } |