MOBILE-3947 styles: Fix ion-icon as button sizes on course index

main
Pau Ferrer Ocaña 2023-11-28 13:26:39 +01:00
parent ce5cfeb3af
commit 47d5eb5eaa
1 changed files with 4 additions and 0 deletions

View File

@ -81,5 +81,9 @@ ion-item.item {
&.restricted {
font-size: var(--text-size);
}
&[role=button] {
min-height: auto;
min-width: auto;
}
}
}