Skip to content

Commit

Permalink
allow drag to extend text box on ticket editor component
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Dec 9, 2024
1 parent 2ed8153 commit 186c867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tickets/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export const TicketTextArea = styled.textarea`
font-weight: 500;
line-height: 20px;
width: 100%;
resize: none;
resize: vertical;
min-height: 300px;
::placeholder {
Expand Down

0 comments on commit 186c867

Please sign in to comment.