diff --git a/Assets/Mirror/Components/NetworkPingDisplay.cs b/Assets/Mirror/Components/NetworkPingDisplay.cs index 61a3f7cd2..ddde2635e 100644 --- a/Assets/Mirror/Components/NetworkPingDisplay.cs +++ b/Assets/Mirror/Components/NetworkPingDisplay.cs @@ -13,7 +13,7 @@ public class NetworkPingDisplay : MonoBehaviour { public Color color = Color.white; public int padding = 2; - public int width = 180; + public int width = 100; public int height = 25; void OnGUI()