MOBILE-3039 core: Fix white-space in checkbox in modals
parent
6d09de4877
commit
afa6399010
|
@ -982,6 +982,10 @@ ion-app.app-root {
|
|||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
ion-alert .alert-checkbox-button .alert-checkbox-label {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
@each $color-name, $color-base, $color-contrast in get-colors($colors) {
|
||||
|
|
Loading…
Reference in New Issue