fix select css

This commit is contained in:
yiminghe 2015-12-31 17:17:10 +08:00
parent 7851c6bc05
commit 4b3ee16bff
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "0.12.0-beta1",
"version": "0.12.0-beta2",
"title": "Ant Design",
"description": "一个 UI 设计语言",
"homepage": "http://ant.design/",

View File

@ -169,7 +169,8 @@ form {
margin-right: 8px;
}
.@{calendar-prefix-cls}-picker {
.@{calendar-prefix-cls}-picker,
.@{select-prefix-cls} {
width: 100%;
}
}