Skip to content

Commit

Permalink
(FIX): put padding so the text is not clipped (#5305)
Browse files Browse the repository at this point in the history
Co-authored-by: ichim-david <ichim.david@gmail.com>
  • Loading branch information
dobri1408 and ichim-david authored Oct 24, 2023
1 parent de9ee33 commit f97f331
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions news/5305.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(FIX): put padding so the text is not clipped #5305 @dobri1408
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export const customSelectStyles = {
}),
valueContainer: (styles) => ({
...styles,
padding: '0px',
paddingLeft: 0,
padding: '8px',
}),
dropdownIndicator: (styles) => ({
paddingRight: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`SelectFacet renders a facet component with select dropdown 1`] = `
class="react-select__control css-1i6qwov-control"
>
<div
class="react-select__value-container css-131kkck-ValueContainer"
class="react-select__value-container css-12ms9px-ValueContainer"
>
<div
class="react-select__placeholder css-1wa3eu0-placeholder"
Expand Down

0 comments on commit f97f331

Please sign in to comment.