We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3fcae6 + 0aba48f commit d4193a5Copy full SHA for d4193a5
components/atom/input/src/Container/index.scss
@@ -2,6 +2,7 @@ $base-class-container: '#{$base-class}_Container';
2
3
#{$base-class-container} {
4
display: flex;
5
+ width: 100%;
6
border-radius: $bdrs-atom-input;
7
$this: &;
8
&:not(#{$base-class-container}-noBorder) {
0 commit comments