apps/web: enable wrap for error string

This commit is contained in:
vchikalkin 2024-07-18 18:07:56 +03:00
parent 5d1dba3a2f
commit 06ced758d1

View File

@ -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; */
}