add word-break: break-all to .ellip

This commit is contained in:
geoffrey45
2022-08-20 14:43:30 +03:00
parent 0e02347381
commit ddeec77ccd
5 changed files with 7 additions and 12 deletions
+1
View File
@@ -21,6 +21,7 @@
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
}
.rounded {