From c25dc050a63b5a8c173f57c1fe3d2b6b2cf1ab8e Mon Sep 17 00:00:00 2001 From: an-marryKyslenko Date: Fri, 29 Nov 2024 17:00:27 +0200 Subject: [PATCH] fix input --- src/styles/todo.scss | 1 + src/styles/todoapp.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/styles/todo.scss b/src/styles/todo.scss index 4576af434..fd5f6aa10 100644 --- a/src/styles/todo.scss +++ b/src/styles/todo.scss @@ -73,6 +73,7 @@ &__title-field { width: 100%; padding: 11px 14px; + box-sizing: border-box; font-size: inherit; line-height: inherit; diff --git a/src/styles/todoapp.scss b/src/styles/todoapp.scss index e289a9458..cf79aa03b 100644 --- a/src/styles/todoapp.scss +++ b/src/styles/todoapp.scss @@ -58,6 +58,7 @@ &__new-todo { width: 100%; padding: 16px 16px 16px 60px; + box-sizing: border-box; font-size: 24px; line-height: 1.4em;