Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
9c54bfa3
Commit
9c54bfa3
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Plain Diff
Merge pull request #1816 from RocketChat/geekgonecrazy-patch-1
Fix min-height on link oembed.
parents
39af2522
c0c087e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/rocketchat-oembed/client/oembedUrlWidget.html
+2
-2
2 additions, 2 deletions
packages/rocketchat-oembed/client/oembedUrlWidget.html
with
2 additions
and
2 deletions
packages/rocketchat-oembed/client/oembedUrlWidget.html
+
2
−
2
View file @
9c54bfa3
<template
name=
"oembedUrlWidget"
>
{{#if show}}
<blockquote>
<div
style=
"{{#if image}}min-height:
6
0px;{{/if}} padding: 10px 3px;"
>
<div
style=
"{{#if image}}min-height:
8
0px;{{/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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment