Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
an-marryKyslenko committed Nov 29, 2024
1 parent ab9039e commit c25dc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/todo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
&__title-field {
width: 100%;
padding: 11px 14px;
box-sizing: border-box;

font-size: inherit;
line-height: inherit;
Expand Down
1 change: 1 addition & 0 deletions src/styles/todoapp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
&__new-todo {
width: 100%;
padding: 16px 16px 16px 60px;
box-sizing: border-box;

font-size: 24px;
line-height: 1.4em;
Expand Down

0 comments on commit c25dc05

Please sign in to comment.