Merge pull request #1944 from dpalou/MOBILE-3039

MOBILE-3039 core: Fix white-space in checkbox in modals
main
Juan Leyva 2019-05-24 17:50:34 +02:00 committed by GitHub
commit 6091886286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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) {