MOBILE-3833 storage: Fix max height on labels

This commit is contained in:
Pau Ferrer Ocaña 2022-04-05 13:55:47 +02:00
parent de9a478633
commit 2ac0a02fee

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 {