1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 19:26:02 +02:00

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>