From 3a5cc868cb99a52a52d0dbd47ae8647b99e3f9d7 Mon Sep 17 00:00:00 2001 From: Justin Holdstock Date: Fri, 21 Sep 2018 13:58:22 -0600 Subject: [PATCH] Chore: break text to fit into dialog (#230) --- src/Annotator.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Annotator.scss b/src/Annotator.scss index 0d991e65b..dbb6854ec 100644 --- a/src/Annotator.scss +++ b/src/Annotator.scss @@ -210,6 +210,7 @@ .ba-annotation-comment-text { margin-bottom: 0; + word-break: break-word; & p { margin: 0;