3

I was wondering how to add space between two stacked buttons in ionic.

I have two buttons and I want space between them and not between anything else that I might have on the page.

What I want is a placeholder div like component that I can just drop which does this for me.

What I am not looking for is to add gird or to change the CSS.

In short I am looking for a quick and dirty way to add some space.

krv
  • 2,830
  • 7
  • 40
  • 79

3 Answers3

5

You can add   between the two buttons.

Dario Seidl
  • 4,140
  • 1
  • 39
  • 55
Houssem
  • 320
  • 1
  • 5
  • 15
5

You can use ion-row where h is whatever height you want. Make sure you add unit at the end of h (px, vw, vh, rem, etc.)

<ion-row style="height: h"></ion-row>
Bao Pham
  • 577
  • 7
  • 11
-1
<label >Subscription Expiry: 2019=04-30 00:00:00<br><br></label>     

Subscription Type: paid

Vinod
  • 23
  • 5