[livejournal] r19772: LJSUP-9564: Height of lj-embed ellement ...

Committer: narefieva
LJSUP-9564: Height of lj-embed ellement is too small
U   trunk/htdocs/js/ck/plugins/livejournal/plugin.js
Modified: trunk/htdocs/js/ck/plugins/livejournal/plugin.js
===================================================================
--- trunk/htdocs/js/ck/plugins/livejournal/plugin.js	2011-08-18 09:10:25 UTC (rev 19771)
+++ trunk/htdocs/js/ck/plugins/livejournal/plugin.js	2011-08-18 10:18:24 UTC (rev 19772)
@@ -726,7 +726,7 @@
 				+ 'background-repeat: no-repeat;'
 				+ 'background-color: #CCCCCC;'
 				+ 'border: 1px dotted #000000;'
-				+ 'height: 80px;'
+				+ 'min-height: 80px;'
 			+ '}');
 
 			function doEmbed(content) {