Skip to content

Commit f73e907

Browse files
committed
fix: calendar arrow
1 parent 994d915 commit f73e907

File tree

1 file changed

+4
-0
lines changed
  • src/shared/components/Settings/FormInputDatePicker

1 file changed

+4
-0
lines changed

src/shared/components/Settings/FormInputDatePicker/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
box-shadow: none !important;
8383
cursor: pointer;
8484

85+
@media screen and (max-width: 425px) {
86+
min-width: 100px;
87+
}
88+
8589
.Select-value {
8690
display: flex;
8791
align-items: center;

0 commit comments

Comments
 (0)