Skip to content

Commit 1a5f8fb

Browse files
authored
setting min-size to avoid invisible bindings properties view (#1734)
1 parent 02e8b03 commit 1a5f8fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Resources/InputActionsEditorStyles.uss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.body-panel-container {
10-
min-width: auto;
10+
min-width: 150px;
1111
border-top-width: 1px;
1212
border-left-color: rgb(25, 25, 25);
1313
border-right-color: rgb(25, 25, 25);

0 commit comments

Comments
 (0)