From 1ce1da8333ee1c9b780436b8e18f390bbd2fbfa0 Mon Sep 17 00:00:00 2001 From: narefieva Date: Thu, 18 Aug 2011 10:18:24 +0000 Subject: [PATCH] LJSUP-9564: Height of lj-embed ellement is too small git-svn-id: http://code.livejournal.org/svn/livejournal/trunk@19772 1dfba125-df10-0410-8a77-af1a8d6d074f --- htdocs/js/ck/plugins/livejournal/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/js/ck/plugins/livejournal/plugin.js b/htdocs/js/ck/plugins/livejournal/plugin.js index 75c3742bc..49bc75ba9 100644 --- a/htdocs/js/ck/plugins/livejournal/plugin.js +++ b/htdocs/js/ck/plugins/livejournal/plugin.js @@ -726,7 +726,7 @@ + 'background-repeat: no-repeat;' + 'background-color: #CCCCCC;' + 'border: 1px dotted #000000;' - + 'height: 80px;' + + 'min-height: 80px;' + '}'); function doEmbed(content) { -- 2.11.4.GIT