Skip to content

Commit 3ccc7b1

Browse files
committed
fix(ui): set min-width to 0 for input element
1 parent 128c5f3 commit 3ccc7b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ui/src/styles/components/mixins/_date-input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
@include utils-input;
6767

6868
flex: 1 0 0;
69+
min-width: 0;
6970
padding: 0;
7071
margin: 0;
7172
color: var(--#{$rd-prefix}text-color);

packages/ui/src/styles/components/mixins/_selectbox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
position: absolute;
8383
inset: 0;
8484
z-index: 5;
85+
min-width: 0;
8586
padding: 0;
8687
margin: 0;
8788
color: var(--#{$rd-prefix}text-color);

0 commit comments

Comments
 (0)