Lets each property label have their own width, to prevent the labels from getting cut off
Copy the CompactField folder to your project.
Add the CompactField attribute to your MonoBehaviour fields:
[CompactField]
public float testFloat = 3.0f;
[CompactField]
public bool testBool;