apps/web: add error text overflow

This commit is contained in:
vchikalkin 2024-06-06 12:37:48 +03:00
parent 1ea939f41f
commit dadb6f2040

View File

@ -4,4 +4,7 @@
font-weight: bold;
text-transform: uppercase;
color: red;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}