From 1c8509ea58cd1be46a29f9aff1fe3c4d3fb57ec9 Mon Sep 17 00:00:00 2001 From: xginn8 Date: Tue, 14 Feb 2017 02:49:43 -0500 Subject: [PATCH] wrap text in annotations modal (#7549) annotation: wrap text in drop_element, fixes #7542 --- public/sass/mixins/_drop_element.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/sass/mixins/_drop_element.scss b/public/sass/mixins/_drop_element.scss index 290e49f4cad..0f7eda19efe 100644 --- a/public/sass/mixins/_drop_element.scss +++ b/public/sass/mixins/_drop_element.scss @@ -12,6 +12,7 @@ color: $theme-color; padding: 0.65rem; font-size: $font-size-sm; + word-wrap: break-word; max-width: 20rem; &:before {