FIX: Avoid weird formatting for decloaked posts
This commit is contained in:
parent
0f809d4993
commit
4cd19ee26e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue