Skip to content

Commit

Permalink
fix(input): improve style when using action slots
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Mar 27, 2024
1 parent 7228cdd commit dd6e7ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ $input: map.merge(
display: inline-flex;
align-items: center;
width: 100%;
min-width: 0;
background-color: get-css-var('input-bg-color');
border-radius: get-css-var('input-radius');
}
Expand All @@ -252,6 +253,7 @@ $input: map.merge(
&-wrapper & {
flex: 1 0 0;
width: auto;
min-width: 0;
background-color: transparent;
border-radius: 0;
}
Expand Down

0 comments on commit dd6e7ba

Please sign in to comment.