Skip to content

Commit

Permalink
LSNBLDR-540; need to limit width to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
clhedrick committed Apr 21, 2016
1 parent b497d7a commit 4ccbdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
overflow-wrap:break-word;
}
/* without this, these divs expand beyond the width of the column if there's an unbreakable word */
.right-col, .contentCol {
.right-col, .contentCol, .checklistDiv, .checklistDescription {
max-width:100%;
}

Expand Down

0 comments on commit 4ccbdff

Please sign in to comment.