Skip to content

Commit

Permalink
fix(select): min width bug (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: a.petropavlovskikh <APetropavlovskikh@alfabank.ru>
  • Loading branch information
Makvagabo and a.petropavlovskikh committed Feb 19, 2021
1 parent 6bbc851 commit cdd686b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/select/src/components/base-select/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import '../../vars.css';

.component {
min-width: 240px;
width: max-content;
position: relative;
outline: 0;
Expand Down Expand Up @@ -48,7 +47,6 @@

.block {
width: 100%;
min-width: auto;
}

/* width: max-content; fix for IE */
Expand Down

0 comments on commit cdd686b

Please sign in to comment.