Skip to content
Snippets Groups Projects
Commit 9c54bfa3 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Merge pull request #1816 from RocketChat/geekgonecrazy-patch-1

Fix min-height on link oembed.
parents 39af2522 c0c087e0
No related branches found
No related tags found
No related merge requests found
<template name="oembedUrlWidget">
{{#if show}}
<blockquote>
<div style="{{#if image}}min-height: 60px;{{/if}} padding: 10px 3px;">
<div style="{{#if image}}min-height: 80px;{{/if}} padding: 10px 3px;">
{{#if image}}
{{#if meta.ogImageUserGenerated}}
<div>
......@@ -25,4 +25,4 @@
</div>
</blockquote>
{{/if}}
</template>
\ No newline at end of file
</template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment