MOBILE-3320 ion-alert: Fix messages
parent
7f2b3a927a
commit
f05898abd9
|
@ -356,8 +356,13 @@ ion-alert.core-nohead {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-alert .alert-wrapper {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
ion-alert .alert-message {
|
ion-alert .alert-message {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-alert .alert-wrapper button.alert-button {
|
ion-alert .alert-wrapper button.alert-button {
|
||||||
|
|
Loading…
Reference in New Issue