Skip to content

Commit d4a8f81

Browse files
committed
Align 'dots' closer to main datetime range element.
1 parent bc2a500 commit d4a8f81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datetime-range.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@
143143
width: 5px;
144144
height: 5px;
145145
margin: 0 3px;
146+
vertical-align: top;
146147
background-color: #efefef;
147148
}
148149
.datetime-range .presets .dots:hover .dot {
149150
background-color: #ddd;
150151
}
151152
.datetime-range .presets .list {
152153
display: none;
153-
margin-top: 10px;
154154
}
155155
.datetime-range .presets .list.active {
156156
display: block;

0 commit comments

Comments
 (0)