Skip to content

Commit 867c585

Browse files
committed
warning fix in USS file for new release
1 parent 8f12f2c commit 867c585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242

4343
.add-interaction-processor-button {
4444
padding-top: 0;
45-
font-size: 12;
45+
font-size: 12px;
4646
border-width: 0;
4747
background-color: transparent;
48-
margin-right: 5;
48+
margin-right: 5px;
4949
}
5050

5151
.header-label {

0 commit comments

Comments
 (0)