Customizing order of operators in Airflow UI

I’ve noticed the order of operators in the UI appears to be random. For example, for

op1 >> [op2, op3]

In the UI graph view (left to right), this may appear with op3 on top of op2. Is there a way to ensure op2 is displayed on top of op3?

Thanks in advance!

i’ve noticed this too, and i don’t think there’s any way at the moment to force an order.