<InlineField label="Width" tooltip="The width hint to apply. (add % or px)">
            <Input
              value={item.width || ''}
              onChange={(event) => {
                handleWidthChange(event, index);