Skip to content
Snippets Groups Projects
Commit 87a6ef05 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Fix: SingleLineなMFMが折り返されてしまう (#5109)

parent af583d2e
No related branches found
No related tags found
No related merge requests found
<template>
<mfm-core v-bind="$attrs" class="havbbuyv" v-once/>
<mfm-core v-bind="$attrs" class="havbbuyv" :class="{ plain: $attrs['plain-text'] }" v-once/>
</template>
<script lang="ts">
......@@ -17,6 +17,9 @@ export default Vue.extend({
.havbbuyv
white-space pre-wrap
&.plain
white-space pre
>>> .title
display block
margin-bottom 4px
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment