diff --git a/code/frontend/src/components/base/InputWithIcon.module.css b/code/frontend/src/components/base/InputWithIcon.module.css index aa869b9..aa8f813 100644 --- a/code/frontend/src/components/base/InputWithIcon.module.css +++ b/code/frontend/src/components/base/InputWithIcon.module.css @@ -36,6 +36,8 @@ /* Repeat properties overridden by */ font-family: var(--font-regular); color: var(--fg-field-off); + + width: 100%; }