Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,7 @@ $cons-scoring-bottom-fade-height: $il-padding-xxxlarge-vertical * 2;
}
}
}

.ilc_qanswer_Answer.ilc_answers.answers.ilAssClozeTest div input[type=text] {
width: 100%;
}
4 changes: 4 additions & 0 deletions templates/default/delos.css
Original file line number Diff line number Diff line change
Expand Up @@ -16930,6 +16930,10 @@ div.ilc_Page.readonly textarea[disabled] {
height: 50vh;
}

.ilc_qanswer_Answer.ilc_answers.answers.ilAssClozeTest div input[type=text] {
width: 100%;
}

/* Modules/Wiki */
a.ilWikiPageMissing:link, a.ilWikiPageMissing:visited {
color: #d00;
Expand Down
Loading