diff --git a/assets/stylesheets/common/custom/base.scss b/assets/stylesheets/common/custom/base.scss index fc1f462f..163173da 100644 --- a/assets/stylesheets/common/custom/base.scss +++ b/assets/stylesheets/common/custom/base.scss @@ -29,7 +29,6 @@ body.custom-wizard { textarea { color: var(--primary); caret-color: currentColor; - width: 100%; &[class*="span"] { float: none; diff --git a/assets/stylesheets/common/custom/field.scss b/assets/stylesheets/common/custom/field.scss index b6c75b3e..b1b15bfe 100644 --- a/assets/stylesheets/common/custom/field.scss +++ b/assets/stylesheets/common/custom/field.scss @@ -129,7 +129,6 @@ body.custom-wizard { input.date-picker { font-size: 1.1487em; padding: 6px; - border: 1px solid var(--primary); transition: border-color 0.5s; } @@ -180,6 +179,7 @@ body.custom-wizard { &:focus::placeholder { color: transparent; } + width: 100%; } }