I am trying to change the label width of EditorGUI.PropertyField
.
I can create a separate EditorGUI.PrefixLabel
in code and adjust its length. I am looking for a solution with a uss
style that can change all of my properties in a uxml
without writing excessive code.