I was going through toolbox and i found that *LIST and TEXT has some misaligned field*
The create list with and create text with inputs are not properly aligned, as external inputs
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should have properly aligned fields in one straight line
Screenshots
Desktop (please complete the following information):
The problem here is the zelos takes inputsInline: false and creates new rows, but aligns rows the same way it would had they beed on a single row. That means the default is left aligned. Visually if we think about external inputs as separate rows, their alignment is right by default.
So there are two ways to get deal with this:
@rachel-fenichel thoughts?
i think that create list with and create text with are just any blocks just like other , and we have the option to modify it with the methods available (e.g. setAlign() ) , i would go for second option , but let's discuss about both
I prefer updating the block definitions.
i agree @rachel-fenichel
Fixed.
actually i am using, i am loading blockly as a script
https://blockly-demo.appspot.com/static/blockly_compressed.js
but this change is not being reflected ? :(
the link is not updated ?
We have yet to push our release to https://blockly-demo.appspot.com. It should happen later today and I will send out a post on the forum with more information once it has been updated.
Most helpful comment
Fixed.