WAIT: Variables Manager narrows viewport of editor

Browser: Chrome 110
OS: Windows 11
URL: sry no link
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Issue is that the variables manager narrows the viewport of editor. Only workaround i found is disabling the variables manager:

See in detail here:

https://jam.dev/c/1b733f56-9b39-4652-93db-8eb6c18f52b0

I tried all different settings inside the variables manager.

Setting the scale here :

or changing font sizes or settings for scale but nothing like that worked. Its persistend everywhere in the editor

I ran out of ideas so i just disabled the variables manager but I could really use it for AI usage.

Please let me know how which further information you need to tackle this.

Best regards,

DisorderlyBuilt

Hi Simon,
Thanks for your report!

The variable manager is certainly not the cause of the problem, but rather a variable within it that presumably contains a width value.

Since you mention AI, I assume that somewhere in your styles—which most likely were generated by the AI—the HTML or body tag is set to a specific width. This width is defined as a variable, which is why everything works normally when the Variable Manager is disabled, since the variable simply doesn’t exist in that case.

Inspect the Builder with the dev tools to see what is limiting its width.

Best regards,
timmse