Skip to content

Commit 95df192

Browse files
committed
Set min width to 350px on the entire datetime range widget.
1 parent a9f93ea commit 95df192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datetime-range.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.datetime-range {
55
position: relative;
66
width: 100%;
7+
min-width: 350px;
78
height: auto;
89
min-height: 4em;
910
margin: 0;

0 commit comments

Comments
 (0)