[FIX] OEmbedURLWidget - Show Full Embedded Text Description (#20569)

pull/21071/head^2
Aditya Mitra 4 years ago committed by GitHub
parent 6e06c86448
commit cf917ec0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/oembed/client/oembedUrlWidget.html

@ -25,7 +25,7 @@
<a href="{{url}}" rel="noopener noreferrer" target="{{target}}"><strong>{{{title}}}</strong></a>
</div>
{{/if}}
<div style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis">{{description}}</div>
<div>{{description}}</div>
</div>
</blockquote>
{{/if}}

Loading…
Cancel
Save