Skip to content

Commit

Permalink
Merge pull request #467 from zanata/ZNTA-2158
Browse files Browse the repository at this point in the history
fix(ZNTA-2158) stop words breaking over multiple lines in GWT
  • Loading branch information
kathryngo committed Aug 7, 2017
2 parents de98f8f + cd2e511 commit 34d073a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/zanata-frontend/src/frontend/app/styles/style.less
Expand Up @@ -6644,8 +6644,7 @@ table.tmx-table .badge .n1 {
margin-right: -0.9em;
}


.translationContainer pre.cm-s-default {
.translationContainer pre {
word-wrap: normal;
word-break: normal;
word-break: break-word; /*Chrome specific*/
Expand Down

0 comments on commit 34d073a

Please sign in to comment.