mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix select css
This commit is contained in:
parent
7851c6bc05
commit
4b3ee16bff
@ -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/",
|
||||
|
@ -169,7 +169,8 @@ form {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.@{calendar-prefix-cls}-picker {
|
||||
.@{calendar-prefix-cls}-picker,
|
||||
.@{select-prefix-cls} {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user