Skip to content

Commit

Permalink
LSNBLDR-785 Page Resizing Issue in Morpheus when using 2 column setup…
Browse files Browse the repository at this point in the history
… with Checklist (sakaiproject#4402)
  • Loading branch information
josecebe authored and ern committed May 16, 2017
1 parent 4a2ad25 commit 69e870c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,11 @@ input[type="submit"].question-submit,.linkCell .addStudentContent, input[type="s
}
.checklistDiv {
padding-right: 15px;
width: 100%;
max-width: 500px;
}
.checklistDiv .checklistDescription {
width: auto;
}
.questionDivControl {
margin-top: 5px;
Expand Down
1 change: 0 additions & 1 deletion lessonbuilder/tool/src/webapp/css/checklist.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
}
.checklistDescription {
display: block;
width: 500px;
}
#description{
height: 80px;
Expand Down

0 comments on commit 69e870c

Please sign in to comment.