diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index f449e26b6b..21908475a1 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -1160,7 +1160,8 @@ namespace Content.Client.Preferences.UI _jobTitle = new Label() { Text = job.LocalizedName, - MinSize = (175, 0) + MinSize = (175, 0), + MouseFilter = MouseFilterMode.Stop }; if (job.LocalizedDescription != null)