style: discussons empty state and mark as complete message
This commit is contained in:
@@ -1513,6 +1513,6 @@ pre {
|
||||
background-size: 1rem;
|
||||
}
|
||||
|
||||
.no-discussion {
|
||||
width: 80%;
|
||||
.no-discussions {
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<label class="quiz-label">
|
||||
<input class="option mark-progress" type="checkbox" checked>
|
||||
<img class="empty-checkbox" />
|
||||
<span class="small">{{ _("Mark the lesson as complete on moving to next lesson") }}</span>
|
||||
<span class="small">{{ _("Mark as complete when moving to the next lesson") }}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user