Skip to content

Commit 72490a0

Browse files
committed
Removed top margin from datetime date display, use more line-height instead.
1 parent 7824e7a commit 72490a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/datetime-input.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
.datetime-input.datetime .display .date {
4040
color: #777;
4141
font-size: 1em;
42-
line-height: 1.5em;
43-
margin-top: 0.5em;
42+
line-height: 2em;
4443
display: block;
4544
overflow: hidden;
4645
}

0 commit comments

Comments
 (0)