Skip to content

Commit

Permalink
remove inline style for description in oembedUrlWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-mitra committed Feb 2, 2021
1 parent fcfd1c6 commit 57230fb
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 57230fb

Please sign in to comment.