fix select css

This commit is contained in:
yiminghe 2015-12-31 17:17:10 +08:00 committed by afc163
parent 3df3e8ebd1
commit 7be38406da
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

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