From 17ab73123ce11132e2aee7ac78f4f1b5350e0a2d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 15:38:07 +0300 Subject: IE layout fixes --- vnext/src/components/Button.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnext/src/components/Button.css') diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css index 85e3f061..85c9e652 100644 --- a/vnext/src/components/Button.css +++ b/vnext/src/components/Button.css @@ -1,10 +1,9 @@ .Button { background: #fff; - font-size: 12px; border: 1px solid #eee; color: #888; cursor: pointer; display: inline-block; margin: 5px; - padding: 2px 10px; + padding: 4px 10px; } \ No newline at end of file -- cgit v1.2.3