diff --git a/editor/src/app/sites/sections/entries/section-entry-render.service.ts b/editor/src/app/sites/sections/entries/section-entry-render.service.ts index ae664ffb..aaacfd76 100644 --- a/editor/src/app/sites/sections/entries/section-entry-render.service.ts +++ b/editor/src/app/sites/sections/entries/section-entry-render.service.ts @@ -90,7 +90,7 @@ export class SectionEntryRenderService { styles.push(`left:${left}px;top:${top}px`); if (entry.content && entry.content.width) { - styles.push(`width:${entry.content.width}px`); + styles.push(`width:${entry.content.width}`); } else if ( currentSectionType === 'shop' && shopSettings.group_price_item &&