Skip to content

Commit 435b65b

Browse files
committed
fix: respect padding and remove cursor in DateRangePicker
1 parent cfcd697 commit 435b65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/datepicker/src/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989

9090
.react-spectrum-Datepicker-segments {
91-
display: inline;
91+
display: inline-block;
9292
align-items: center;
9393
}
9494

0 commit comments

Comments
 (0)