Skip to content

Commit

Permalink
fix: fix style for form-control and base-select
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-ilin committed Jan 12, 2021
1 parent c8e4489 commit 51f9800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/form-control/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}

.component {
display: inline-block;
font-family: var(--form-control-font-family);
width: max-content;
}

.inner {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@import '../../vars.css';

.component {
display: inline-block;
min-width: 240px;
width: max-content;
position: relative;
outline: 0;
}
Expand Down

0 comments on commit 51f9800

Please sign in to comment.