File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
addon/mod/quiz/pages/player
core/block/components/block Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ <h2>{{ 'addon.mod_quiz.summaryofattempt' | translate }}</h2>
118118 < p class ="item-heading "> {{ 'addon.mod_quiz.cannotsubmitquizdueto' | translate }}</ p >
119119 < p *ngFor ="let message of preventSubmitMessages "> {{message}}</ p >
120120 < a ion-button block icon-end [href] ="moduleUrl " core-link >
121- < ion-icon name ="open "> </ ion-icon >
122121 {{ 'core.openinbrowser' | translate }}
122+ < ion-icon name ="open "> </ ion-icon >
123123 </ a >
124124 </ ion-item >
125125 <!-- Button to submit the quiz. -->
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ ion-app.app-root core-block {
2020
2121 .item-divider {
2222 @include padding-horizontal (null, 0px );
23+ min-height : 60px ;
2324 }
2425
2526 .item-divider .core-button-spinner {
You can’t perform that action at this time.
0 commit comments