Skip to content

Commit

Permalink
Merge pull request stakwork#727 from MahtabBukhari/Allow-drag-to-exte…
Browse files Browse the repository at this point in the history
…nd-text-box-on-ticket-editor-component

UI - Allow drag to extend text box on ticket editor component
  • Loading branch information
humansinstitute authored Dec 9, 2024
2 parents 2ed8153 + 186c867 commit 7354d9e
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 7354d9e

Please sign in to comment.