diff --git a/contrib/catch2/include/catch2/catch.hpp b/contrib/catch2/include/catch2/catch.hpp
index 5feb2a4bea7dba979da13e0ef07e8a1e02e369ac..bfa6575bd2c1fe6500fa4ce5d8f27a4b149f209a 100644
--- a/contrib/catch2/include/catch2/catch.hpp
+++ b/contrib/catch2/include/catch2/catch.hpp
@@ -8173,7 +8173,7 @@ class Columns;
 
 class Column {
 	std::vector<std::string> m_strings;
-	size_t m_width = CATCH_CLARA_TEXTFLOW_CONFIG_CONSOLE_WIDTH;
+	size_t m_width = 1024; //CATCH_CLARA_TEXTFLOW_CONFIG_CONSOLE_WIDTH;
 	size_t m_indent = 0;
 	size_t m_initialIndent = std::string::npos;