Skip to content

Commit

Permalink
Make ArticleInput vertically resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
untunt committed Dec 14, 2024
1 parent f9cdbf6 commit 58639eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const dummyOutput = document.createElement("output");

const ArticleInput = styled.textarea`
line-height: 1.6;
resize: none;
resize: block;
width: 100%;
`;
const OutputContainer = styled.dialog`
Expand Down

0 comments on commit 58639eb

Please sign in to comment.