diff --git a/app/assets/stylesheets/common/base/reviewables.scss b/app/assets/stylesheets/common/base/reviewables.scss index 5cc0f7ba117..c84497048aa 100644 --- a/app/assets/stylesheets/common/base/reviewables.scss +++ b/app/assets/stylesheets/common/base/reviewables.scss @@ -94,6 +94,12 @@ font-weight: bold; margin-right: 1em; } + .value { + max-width: calc( + 100% - 8em - 1em + ); // subtracting width of name and margin-right + word-wrap: break-word; + } margin-bottom: 0.5em; } }