MOBILE-4291 AddonUserProfile: Add margin-right in checkbox
This commit is contained in:
parent
e87408418b
commit
fa6dc7e5a6
@ -1,9 +1,19 @@
|
||||
@import "~theme/globals";
|
||||
|
||||
:host {
|
||||
--text-overflow: initial;
|
||||
--white-space: normal;
|
||||
|
||||
.label-text {
|
||||
text-overflow: var(--text-overflow);
|
||||
white-space: var(--white-space);
|
||||
.item-heading {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
ion-label {
|
||||
@include padding-horizontal(null, .5rem);
|
||||
|
||||
.label-text {
|
||||
text-overflow: var(--text-overflow);
|
||||
white-space: var(--white-space);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user