Steps to reproduce:
- Create a new project using Universal 3D template
- Go to Assets > Create > Shader Graph > Sub Graph
- Open the created Sub Graph and in the Blackboard click "+" and select Dropdown
- Drag the Dropdown property into the Shader Graph Window
- Create any Shader Graph (e.g. Assets > Create > Shader Graph > URP > Lit Shader Graph)
- Drag the Sub Graph from the Project Window into the Shader Graph
- Observe the Dropdown property in the "New Shader Sub Graph" Node
Actual results: The Dropdown property is visually cut off and introduces an unnecessary column of empty space between the Material preview and the node edges
Expected results: The Dropdown property is fully visible and the Material preview extends to the node edges without additional side padding
Reproducible with versions: 6000.0.52f1, 6000.0.68f1, 6000.3.9f1, 6000.4.0b9, 6000.5.0a7
Not reproducible with versions: 6000.0.51f1
Tested on (OS): macOS 26.2
Notes:
- The unnecessary space is not regression and was always there, regression is regarding the cut off property
- For regression when downgrading/upgrading, with each reproduction the Sub Graph has to be deleted and dragged again into Shader Graph as sometimes it can not reproduce