MOBILE-3833 storage: Fix max height on labels

main
Pau Ferrer Ocaña 2022-04-05 13:55:47 +02:00
parent de9a478633
commit 2ac0a02fee
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
padding: 0;
}
.core-course-storage-activity ion-label {
.core-course-storage-activity ion-label h3 {
position: relative;
max-height: var(--course-storage-max-activity-height);
&:before {