MDL-39486 lesson: Length of label text too narrow in matching questions
This commit is contained in:
@@ -414,6 +414,16 @@ div#dock {
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
|
||||
white-space: normal;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle {
|
||||
width: 30%;
|
||||
text-align: left;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle label {
|
||||
padding-right: 15px;
|
||||
}
|
||||
#page-mod-lesson-view .fitem .felement {
|
||||
margin-left: 30%;
|
||||
}
|
||||
.path-mod-lesson .reviewessay {
|
||||
width: 40%;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
@@ -17588,6 +17588,16 @@ div#dock {
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
|
||||
white-space: normal;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle {
|
||||
width: 30%;
|
||||
text-align: left;
|
||||
}
|
||||
#page-mod-lesson-view .answeroption .fitemtitle label {
|
||||
padding-right: 15px;
|
||||
}
|
||||
#page-mod-lesson-view .fitem .felement {
|
||||
margin-left: 30%;
|
||||
}
|
||||
.path-mod-lesson .reviewessay {
|
||||
width: 40%;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
Reference in New Issue
Block a user