diff --git a/packages/core/src/components/input/number-input.scss b/packages/core/src/components/input/number-input.scss index dd28a4cc60..189d2cb3df 100644 --- a/packages/core/src/components/input/number-input.scss +++ b/packages/core/src/components/input/number-input.scss @@ -6,13 +6,13 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -@import "./input.mixins.scss"; +@import './input.mixins.scss'; @include input-field; :host { .input-wrapper.show-stepper-buttons { - input[type="number"] { + input[type='number'] { min-width: 6rem; } } diff --git a/packages/core/src/components/input/textarea.scss b/packages/core/src/components/input/textarea.scss index 561156611d..d58f42377e 100644 --- a/packages/core/src/components/input/textarea.scss +++ b/packages/core/src/components/input/textarea.scss @@ -6,7 +6,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -@import "./input.mixins.scss"; +@import './input.mixins.scss'; @include input-field;