fix: Swap whitespace-pre for whitespace-pre-wrap on alt (#1193)

This commit is contained in:
snail-coupe 2023-01-15 19:28:29 +00:00 committed by GitHub
parent 18069356f9
commit 6dd8fb3fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ useIntersectionObserver(video, (entries) => {
{{ $t('status.img_alt.dismiss') }} {{ $t('status.img_alt.dismiss') }}
</button> </button>
</div> </div>
<p whitespace-pre> <p whitespace-pre-wrap>
{{ attachment.description }} {{ attachment.description }}
</p> </p>
</div> </div>