mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
fix: Swap whitespace-pre for whitespace-pre-wrap on alt (#1193)
This commit is contained in:
parent
18069356f9
commit
6dd8fb3fa1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue