Skip to content

Commit

Permalink
LSNBLDR-611; break long unbreakable words
Browse files Browse the repository at this point in the history
  • Loading branch information
clhedrick committed Apr 20, 2016
1 parent 181f349 commit 894c874
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@

/* end override */

/* wrap unbreakable words */
#content {
word-wrap:break-word;
overflow-wrap:break-word;
}
/* without this, these divs expand beyond the width of the column if there's an unbreakable word */
.right-col, .contentCol {
max-width:100%;
}

.title-tools h2{
padding-top: 0px;
}
Expand Down

0 comments on commit 894c874

Please sign in to comment.