MOBILE-3947 styles: Fix ion-icon as button sizes on course index
parent
ce5cfeb3af
commit
47d5eb5eaa
|
@ -81,5 +81,9 @@ ion-item.item {
|
|||
&.restricted {
|
||||
font-size: var(--text-size);
|
||||
}
|
||||
&[role=button] {
|
||||
min-height: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue