fix(frontend): formlinkのスタイル修正 (#16741)

This commit is contained in:
かっこかり 2025-11-04 15:13:24 +09:00 committed by GitHub
parent ca89c86426
commit e15b8b7fa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -47,9 +47,11 @@ defineProps<{
<style lang="scss" module>
.root {
display: block;
width: 100%;
&.inline {
display: inline-block;
width: auto;
}
}