mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(label): make all ion-labels stacked or floating stretch
closes #6134
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
<ion-input value="http://url5.com/" type="url"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label stacked>Stacked Label</ion-label>
|
||||
<ion-label>Double Label</ion-label>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label stacked>Label 6</ion-label>
|
||||
<ion-select [(ngModel)]="gender">
|
||||
|
||||
Reference in New Issue
Block a user