Skip to content

Commit

Permalink
Merge pull request #2828 from SUI-Components/input-a11y-2
Browse files Browse the repository at this point in the history
fix(components/atom/input): full width
  • Loading branch information
andresin87 authored Feb 5, 2025
2 parents f3fcae6 + 0aba48f commit d4193a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/atom/input/src/Container/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $base-class-container: '#{$base-class}_Container';

#{$base-class-container} {
display: flex;
width: 100%;
border-radius: $bdrs-atom-input;
$this: &;
&:not(#{$base-class-container}-noBorder) {
Expand Down

0 comments on commit d4193a5

Please sign in to comment.