From b9a92f1540bbfd59cb8ac8e33e1ae72c88b255dc Mon Sep 17 00:00:00 2001 From: Anthony Yakovlev Date: Wed, 11 Mar 2026 20:56:47 +0300 Subject: [PATCH 1/3] Fix ISXB-1783: Input Actions Editor toolbar buttons no longer overlap when window is narrow - Set min-width 520px on the editor root so Save Asset, Devices, Control Schemes stay visible when docked and resized. Made-with: Cursor --- .../UITKAssetEditor/PackageResources/InputActionsEditor.uxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml b/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml index c04e070397..1365403545 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/PackageResources/InputActionsEditor.uxml @@ -1,6 +1,6 @@