From 5dc27b6d4b2af87deea1ea872c43604c7089caf6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 5 Feb 2020 21:38:19 +0900 Subject: [PATCH] Fix bug --- src/client/components/mfm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/mfm.ts b/src/client/components/mfm.ts index 932beb907..9b17b18d4 100644 --- a/src/client/components/mfm.ts +++ b/src/client/components/mfm.ts @@ -79,7 +79,7 @@ export default Vue.component('misskey-flavored-markdown', { case 'big': { return (createElement as any)('strong', { attrs: { - style: `display: inline-block; font-size: 150% };` + style: `display: inline-block; font-size: 150%;` }, directives: [this.$store.state.settings.disableAnimatedMfm ? {} : { name: 'animate-css',