From f06dc7e7d8a348a11c5f30589c80f531cc7e6acf Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 19 Jan 2021 18:05:16 +0100 Subject: [PATCH] GitHub actions should use default width (for now) --- src/Spectre.Console/Profiles/GitHubProfile.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Spectre.Console/Profiles/GitHubProfile.cs b/src/Spectre.Console/Profiles/GitHubProfile.cs index b04887b..eb59684 100644 --- a/src/Spectre.Console/Profiles/GitHubProfile.cs +++ b/src/Spectre.Console/Profiles/GitHubProfile.cs @@ -22,7 +22,6 @@ namespace Spectre.Console profile.Capabilities.Legacy = false; profile.Capabilities.Interactive = false; profile.Capabilities.Links = false; - profile.Width = 120; } } }