You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In any language, we should be able to see characters on blockly block canvas.
The width should have a little wider value than current fixed value 250px or change depending on the content width of blockly block canvas.
Actual Behavior
In some language, for example "にほんご" ,
users can't see characters on blocks because the width of blockly block canvas (which has "blocklyBlockCanvas" class, a svg element) is not enough.
(Now the width seems to have a fixed value of 250px)