mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +01:00
fix center
This commit is contained in:
parent
278aba6a3d
commit
0fa0665d8e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
[needsContentCentering ? $style.center : {}],
|
[needsContentCentering ? $style.center : {}],
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div v-if="!editing" :class="$style.contentArea">
|
<div v-if="!editing" :class="[$style.contentArea]" :style="cellType === 'boolean' ? 'justify-content: center' : ''">
|
||||||
<div ref="contentAreaEl" :class="$style.content">
|
<div ref="contentAreaEl" :class="$style.content">
|
||||||
<div v-if="cellType === 'text'">
|
<div v-if="cellType === 'text'">
|
||||||
{{ cell.value }}
|
{{ cell.value }}
|
||||||
|
|
Loading…
Reference in a new issue