Skip to content

Commit d4193a5

Browse files
authored
Merge pull request #2828 from SUI-Components/input-a11y-2
fix(components/atom/input): full width
2 parents f3fcae6 + 0aba48f commit d4193a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/atom/input/src/Container/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $base-class-container: '#{$base-class}_Container';
22

33
#{$base-class-container} {
44
display: flex;
5+
width: 100%;
56
border-radius: $bdrs-atom-input;
67
$this: &;
78
&:not(#{$base-class-container}-noBorder) {

0 commit comments

Comments
 (0)