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

@ -3,3 +3,7 @@ a.disabled {
cursor: default;
color: #888888;
}
.text-wrap {
overflow-break: anywhere;
}