Merge pull request #2886 from NoelDeMartin/MOBILE-3320
MOBILE-3320 ion-alert: Fix messages
This commit is contained in:
commit
2ef8068d68
@ -356,8 +356,13 @@ ion-alert.core-nohead {
|
||||
}
|
||||
}
|
||||
|
||||
ion-alert .alert-wrapper {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
ion-alert .alert-message {
|
||||
user-select: text;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
ion-alert .alert-wrapper button.alert-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user