From dadb6f2040a905a7694652f543e5f113acadcf35 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 6 Jun 2024 12:37:48 +0300 Subject: [PATCH] apps/web: add error text overflow --- apps/web/styles/error.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/styles/error.css b/apps/web/styles/error.css index 396261e..445886c 100644 --- a/apps/web/styles/error.css +++ b/apps/web/styles/error.css @@ -4,4 +4,7 @@ font-weight: bold; text-transform: uppercase; color: red; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; }