From bd82c4d56ff9e3872db1d8f39fb968007879e893 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 22 Jun 2016 15:18:46 -0400 Subject: [PATCH] docs(demos): fix tabs demo --- demos/tabs/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/tabs/style.css b/demos/tabs/style.css index 4855a8f245..3be3f2f680 100644 --- a/demos/tabs/style.css +++ b/demos/tabs/style.css @@ -1,3 +1,7 @@ +ion-tabs:first-child { + margin-top: 60px; +} + ion-tabs { margin-bottom: 20px; }