fix: add whitespace-pre to display image ALT description (#1036)

This commit is contained in:
Michel 2023-01-14 11:45:43 +01:00 committed by GitHub
parent f227ad6e2f
commit 72e2650702
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> <p whitespace-pre>
{{ attachment.description }} {{ attachment.description }}
</p> </p>
</div> </div>