Skip to content

Commit

Permalink
#141: Allow text selection from react grid cell (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored Feb 23, 2022
1 parent c40c853 commit 6dc4791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/extension/cadastrapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,7 @@ input.request-obj-double.form-control{
overflow: hidden;
white-space: nowrap;
}

.cadastrapp-modal .react-grid-Cell, .cadastrapp .react-grid-Grid .react-grid-Cell {
user-select: text;
}

0 comments on commit 6dc4791

Please sign in to comment.