feat: add overflow-break to text-wrap class

This commit is contained in:
Ryazanov Alexander Mihailovich 2024-05-23 12:25:47 +03:00 committed by GitHub
parent 2cb5355973
commit 38222b3c83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,8 @@ a.disabled {
pointer-events: none; pointer-events: none;
cursor: default; cursor: default;
color: #888888; color: #888888;
} }
.text-wrap {
overflow-break: anywhere;
}