diff --git a/js/extension/cadastrapp.css b/js/extension/cadastrapp.css index 3c049e8..939484d 100644 --- a/js/extension/cadastrapp.css +++ b/js/extension/cadastrapp.css @@ -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; +}