gonfunko / scratch-blocks

Scratch Blocks is a library for building creative computing interfaces.
https://scratch.mit.edu/developers
Apache License 2.0
1 stars 0 forks source link

"define" text is misaligned with baseline of custom block caller block #194

Open gonfunko opened 1 week ago

gonfunko commented 1 week ago

When a custom block definition has a non-label input (number/text/boolean), the "define" text on the custom block definition block is misaligned with the baseline of the sample caller block embedded in the block definition block:

Incorrect baseline in block definition block

If the custom block only has label inputs however, the baseline is correct/consistent:

Label-only custom block with correct baseline