FIX: Avoid weird formatting for decloaked posts

This commit is contained in:
Robin Ward 2016-06-14 17:13:43 -04:00
parent 0f809d4993
commit 4cd19ee26e
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ export default createWidget('post', {
shadowTree: true,
buildAttributes(attrs) {
return attrs.height ? { style: `height: ${attrs.height}px` } : undefined;
return attrs.height ? { style: `min-height: ${attrs.height}px` } : undefined;
},
buildId(attrs) {