span.error: fix overflow text

This commit is contained in:
vchikalkin 2024-07-18 21:15:27 +03:00
parent 1d8e40535e
commit 5cde4b0385

View File

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