Skip to content

Commit

Permalink
fix(ui): set min-width to 0 for input element
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Jan 5, 2023
1 parent 128c5f3 commit 3ccc7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/styles/components/mixins/_date-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
@include utils-input;

flex: 1 0 0;
min-width: 0;
padding: 0;
margin: 0;
color: var(--#{$rd-prefix}text-color);
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/styles/components/mixins/_selectbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
position: absolute;
inset: 0;
z-index: 5;
min-width: 0;
padding: 0;
margin: 0;
color: var(--#{$rd-prefix}text-color);
Expand Down

0 comments on commit 3ccc7b1

Please sign in to comment.