Skip to content

Commit 0aba48f

Browse files
committed
fix(components/atom/input): full width
1 parent f3fcae6 commit 0aba48f

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)