tweak MkCondensedLine

#14642
This commit is contained in:
syuilo
2024-09-29 17:30:16 +09:00
parent 57effa9ef0
commit 15f2e1425c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<span :class="$style.container">
<span ref="content" :class="$style.content">
<span ref="content" :class="$style.content" :style="{ maxWidth: `${100 / minScale}%` }">
<slot/>
</span>
</span>