mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix TimePicker panel width inside DatePicker
This commit is contained in:
parent
f743aa009b
commit
06abba27a9
@ -28,6 +28,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.@{calendar-prefix-cls}-time .@{timepicker-prefix-cls}-panel {
|
||||
min-width: 168px;
|
||||
}
|
||||
|
||||
.@{timepicker-prefix-cls} {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user