From f512baeb7145894716cfadf4e3865e1947dcb50c Mon Sep 17 00:00:00 2001 From: Pierre Neter Date: Sat, 24 Jun 2017 01:22:35 +0700 Subject: [PATCH] Add relative for radio-button-wrapper. Fix https://github.com/ant-design/ant-design/commit/e585103d4d4a22eeaaf89cc5d060f2903e1ea5dc#commitcomment-22720463 --- components/radio/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/radio/style/index.less b/components/radio/style/index.less index 2dfb9ad3e4..19cf31fb2c 100644 --- a/components/radio/style/index.less +++ b/components/radio/style/index.less @@ -128,6 +128,7 @@ span.@{radio-prefix-cls} + * { border-left: 0; background: @radio-button-bg; padding: 0 16px; + position: relative; a { color: @radio-button-color;