diff --git a/dist/ionic.css b/dist/ionic.css index 70ec46d682..d55679e7d8 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -116,7 +116,8 @@ main > * { padding: 8px; line-height: 6px; } .buttons .button { - line-height: 6px; } + padding: 6px 12px; + line-height: 14px; } .buttons:first-child { left: 0; diff --git a/example/panel_controller.html b/example/panel_controller.html index ff98328589..4ebc37dc22 100644 --- a/example/panel_controller.html +++ b/example/panel_controller.html @@ -3,9 +3,8 @@