From d9bb1560ce4f0bb46c40a0a2387f79bc51fa086c Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Dec 2015 17:25:24 +0800 Subject: [PATCH] update radio button padding --- style/components/radio.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/radio.less b/style/components/radio.less index 0bbef428f3..435801c2c9 100644 --- a/style/components/radio.less +++ b/style/components/radio.less @@ -107,7 +107,7 @@ .@{radio-prefix-cls} { label&-button { background: #fff; - padding: 0 16px; + padding: 0 15px; margin: 0; height: 28px; line-height: 26px;