Skip to content

Commit

Permalink
fix: SelectFilter style
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Oct 1, 2021
1 parent 4ba2eb0 commit 1f7e745
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions packages/fuselage/src/components/Select/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@

opacity: 1;

& > .rcx-select__focus {
flex-shrink: 1;
}

&--hidden {
& > .rcx-select__focus {
flex-shrink: 1;

width: 0;

transition: none;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
['4', '251-500 people'],
['5', '501-1000 people'],
['6', '1001-4000 people'],
['7', '4000 or more people'],
['7', '4001 or more people'],
],
countryOptions: [
...Object.entries(countries).map<readonly [string, string]>(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const RequestTrialForm = ({
<SelectFiltered
{...field}
options={countryOptions}
width='full'
placeholder={t(
'form.requestTrialForm.fields.country.placeholder'
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
['4', '251-500 people'],
['5', '501-1000 people'],
['6', '1001-4000 people'],
['7', '4000 or more people'],
['7', '4001 or more people'],
],
countryOptions: [
...Object.entries(countries).map<readonly [string, string]>(
Expand Down

0 comments on commit 1f7e745

Please sign in to comment.