Skip to content

Commit

Permalink
[FIX] OEmbedURLWidget - Show Full Embedded Text Description (#20569)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-mitra authored Mar 22, 2021
1 parent 6e06c86 commit cf917ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/oembed/client/oembedUrlWidget.html
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit cf917ec

Please sign in to comment.