Fix long unbroken word in annotation row causing overflow

Fixes #4212
This commit is contained in:
Abe Jellinek 2024-06-06 10:02:52 -04:00
parent 4522704a77
commit 88221d5fc7

View file

@ -35,6 +35,7 @@ annotation-row {
-webkit-box-orient: vertical;
-webkit-line-clamp: 9;
overflow: hidden;
overflow-wrap: anywhere;
}
.quote {