1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 18:55:56 +02:00

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

This commit is contained in:
かっこかり
2025-11-04 15:13:24 +09:00
committed by GitHub
parent ca89c86426
commit e15b8b7fa3

View File

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