Skip to content

Commit

Permalink
style(fw-select): fix container width calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
rihansiddhi committed Jun 29, 2023
1 parent 1fe3e9b commit 9e35a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crayons-core/src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $disabled-color: $input-disabled-color;
}

.input-container {
width: calc(100% - 10px);
width: calc(100% - 12px);
border: var(--fw-select-border, 1px solid $input-border);
border-radius: var(--fw-select-border-radius, 4px);
padding-inline-start: 10px;
Expand Down

0 comments on commit 9e35a31

Please sign in to comment.