From 43de32e7ce11cfbdd89de20270e7a7e24b7d4ea0 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 12 Apr 2016 08:57:36 +1200 Subject: [PATCH] Increasing left/right padding of button text --- examples/html/edit-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index daf903ea96..68fa9673b1 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -300,7 +300,7 @@ input[type=button] { vertical-align: top; height: 28px; min-width: 120px; - padding: 0px 12px; + padding: 0px 18px; margin-right: 8px; border-radius: 5px; border: none;