diff --git a/apps/web/styles/error.css b/apps/web/styles/error.css index 0c33c3b..f8b95d5 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; */ + overflow: hidden; /* white-space: nowrap; */ - /* text-overflow: ellipsis; */ + text-overflow: ellipsis; }