MOBILE-3039 core: Fix white-space in checkbox in modals

main
Dani Palou 2019-05-24 16:19:30 +02:00
parent 6d09de4877
commit afa6399010
1 changed files with 4 additions and 0 deletions

View File

@ -982,6 +982,10 @@ ion-app.app-root {
line-height: 1; 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) { @each $color-name, $color-base, $color-contrast in get-colors($colors) {