Skip to content

Commit a47e4f7

Browse files
committed
Add min-height / min-width to datetimepicker
1 parent 6aac746 commit a47e4f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/components/widgets/_datetimepicker.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.datetimepicker-container {
2+
min-width: 176px;
3+
min-height: 70px;
24
.mdi-icon {
35
width: 20px;
46
margin: 2px;

0 commit comments

Comments
 (0)