MOBILE-3833 storage: Fix max height on labels
parent
de9a478633
commit
2ac0a02fee
|
@ -20,7 +20,8 @@
|
||||||
padding: 0;
|
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);
|
max-height: var(--course-storage-max-activity-height);
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
Loading…
Reference in New Issue