Adds margin to resizer container.

This commit is contained in:
Mateus Machado Luna 2019-11-12 16:46:24 -03:00
parent d1a284b1d6
commit 1c68b05b14
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ registerBlockType('tainacan/dynamic-items-list', {
) :
<ResizableBox
size={ {
height: mosaicHeight ? mosaicHeight : 280,
height: mosaicHeight ? mosaicHeight + (3 * gridMargin) : 280 + (3 * gridMargin),
width: '100%'
} }
minHeight="80"