We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
min-width
0
1 parent 128c5f3 commit 3ccc7b1Copy full SHA for 3ccc7b1
2 files changed
packages/ui/src/styles/components/mixins/_date-input.scss
@@ -66,6 +66,7 @@
66
@include utils-input;
67
68
flex: 1 0 0;
69
+ min-width: 0;
70
padding: 0;
71
margin: 0;
72
color: var(--#{$rd-prefix}text-color);
packages/ui/src/styles/components/mixins/_selectbox.scss
@@ -82,6 +82,7 @@
82
position: absolute;
83
inset: 0;
84
z-index: 5;
85
86
87
88
0 commit comments