Is there a way to insert a line break between these Ionic form elements?
Here is the current layout:
https://i.sstatic.net/BxTcW.png
Here is the desired layout:
https://i.sstatic.net/mSlnK.png
This is the code I have so far:
<div class="item item-input-inset">
<label class="item-input-wrapper">
<i class="icon ion-ios-search placeholder-icon"></i>
<input type="search" placeholder="What are you looking for?">
</label>
<label class="item-input-wrapper">
<i class="icon ion-ios-search placeholder-icon"></i>
<input type="search" placeholder="Current Location">
</label>
</div>
You can view the fiddle here: http://jsfiddle.net/o5z6d8z0/