Skip to content

Commit

Permalink
Override move cursor in headings
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 26, 2023
1 parent cb080d7 commit 4a07744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/my-tickets.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
margin: 10px 10px 0 0
}

.my-tickets .postbox h2.hndle {
cursor: text;
}

.my-tickets .postbox .inside {
overflow: visible !important
}
Expand Down

0 comments on commit 4a07744

Please sign in to comment.