diff --git a/apps/web/styles/error.css b/apps/web/styles/error.css index 445886c..0c33c3b 100644 --- a/apps/web/styles/error.css +++ b/apps/web/styles/error.css @@ -4,7 +4,7 @@ font-weight: bold; text-transform: uppercase; color: red; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + /* overflow: hidden; */ + /* white-space: nowrap; */ + /* text-overflow: ellipsis; */ }