MOBILE-4291 AddonUserProfile: Add margin-right in checkbox

main
Alfonso Salces 2023-04-13 15:18:03 +02:00
parent e87408418b
commit fa6dc7e5a6
1 changed files with 13 additions and 3 deletions

View File

@ -1,9 +1,19 @@
@import "~theme/globals";
:host {
--text-overflow: initial;
--white-space: normal;
.item-heading {
white-space: normal;
}
ion-label {
@include padding-horizontal(null, .5rem);
.label-text {
text-overflow: var(--text-overflow);
white-space: var(--white-space);
}
}
}