mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(select): wrap the text for the message in a popover
This commit is contained in:
@@ -37,7 +37,7 @@ export class SelectPopover {
|
||||
<ion-list no-lines={this.mode === 'md'}>
|
||||
{ this.header ? <ion-list-header>{this.header}</ion-list-header> : null }
|
||||
{ this.subHeader || this.message
|
||||
? <ion-item>
|
||||
? <ion-item text-wrap>
|
||||
<ion-label>
|
||||
{ this.subHeader ? <h3>{this.subHeader}</h3> : null }
|
||||
{ this.message ? <p>{this.message}</p> : null }
|
||||
|
||||
Reference in New Issue
Block a user