From 0a9d641a829d9db12bfb1e8a955331ec701ace24 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Sep 2015 12:10:48 +0800 Subject: [PATCH] Change RadioGroup display to inline-block --- style/components/radio.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/components/radio.less b/style/components/radio.less index 9a0a842082..890d58cec2 100644 --- a/style/components/radio.less +++ b/style/components/radio.less @@ -4,6 +4,8 @@ @radio-duration: .3s; .@{radio-group-prefix-cls} { + display: inline-block; + vertical-align: middle; label { margin-right: 16px; } -- GitLab