Merge pull request #1944 from dpalou/MOBILE-3039
MOBILE-3039 core: Fix white-space in checkbox in modalsmain
commit
6091886286
|
@ -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