The bug
23w07a introduces pink petals, a block which can have up to four instances of itself placed in a single block space. This puts it in a family also inhabited by turtle eggs, sea pickles and candles.
Turtle eggs, sea pickles and candles start out with a small hitbox when they contain one instance, and this hitbox expands dynamically to accommodate an increased number of units within. However, for the pink petals block, this hitbox will remain constant regardless of how many are inside of it.
How to reproduce
Place one turtle egg
Place a second turtle egg in that block space
Place one sea pickle
Place a second sea pickle in that block space
Place one candle
Place a second candle in that block space
Place one pink petals
Place a second pink petals in that block space
Expected results
When the second instance is added, each of the blocks would change their hitbox.
Actual results
This is true of the first three, but not of the fourth.
Can confirm.