Skip to content

Commit ed19c85

Browse files
committed
MOBILE-3269 blocks: Add a min height to all block titles
1 parent 2e81f53 commit ed19c85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/addon/mod/quiz/pages/player/player.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. -->

src/core/block/components/block/block.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)