Skip to content

Commit c6ab20e

Browse files
committed
Fix divider and leading zero positioning
Closes #188
1 parent cb1004c commit c6ab20e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DateTimePicker.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
white-space: pre;
3737
}
3838

39+
&__divider,
40+
&__leadingZero {
41+
display: inline-block;
42+
}
43+
3944
&__input {
4045
min-width: @digit-width;
4146
height: calc(100% - 2px);

0 commit comments

Comments
 (0)