diff --git a/src/components/Views/Edit.module.scss b/src/components/Views/Edit.module.scss index bd3e6c78..ee938d1b 100644 --- a/src/components/Views/Edit.module.scss +++ b/src/components/Views/Edit.module.scss @@ -106,6 +106,7 @@ font-weight: 600; padding: 0; margin: 14px 0 0; + width: 100%; border: none; outline: none; @@ -113,17 +114,6 @@ color: var(--secondary-color); } } - - .datepicker { - display: flex; - justify-content: flex-start; - align-items: center; - margin: 14px 0 0; - - .additionalInput { - margin-top: 0; - } - } } }