Skip to content

Commit

Permalink
Disable pointer events on input labels
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 10, 2024
1 parent 14515bc commit 8d869b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/ppom-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1163,4 +1163,7 @@ a[data-modal-id="ppom-nm-plugins-modal"] {

#ppom-admin-changelog-header-top {
padding: 15px 30px 0 0;
}
.ppom-wrapper label {
cursor: auto;
}

0 comments on commit 8d869b1

Please sign in to comment.