From 67ffe2756ddebe2beec9e37f3fb302d525f6eacf Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:38:00 +0300 Subject: [PATCH] Audio create set input width (#137) --- src/components/Views/Edit.module.scss | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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; - } - } } }