The note picker field should always be the same size.
On Android, sometimes it appears cut off, at only half the correct width. It seems to happen after you've used the number picker, i.e. to set the number of beats on the same block.

Reported by @benjiwheeler
Use Android Tablet Chrome
Start with new default project
add music extension
drag out play note block
tap on “60” (note field) -- width of picker is good!
tap on “0.25” (beats field) and bring up number picker
tap away from the number picker to dismiss
tap on “60” (note field) -- width of picker is too narrow!
Android Tablet Chrome
The issue here is that some field editors set the width on the dropdown's contentDiv but never clear it.
I've fixed this on our side recently by clearing the dropdown div's content width when the dropdown is hidden.
Most helpful comment
The issue here is that some field editors set the width on the dropdown's contentDiv but never clear it.
I've fixed this on our side recently by clearing the dropdown div's content width when the dropdown is hidden.
See: https://github.com/Microsoft/pxt-blockly/pull/171