mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 06:49:32 +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} {
|
.@{timepicker-prefix-cls} {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user