NIFI-8942 NiFi Registry: flow description cannot be selected & copied on the UI

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5243.
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/theming/components/explorer/grid-list/_structureElements.scss b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/theming/components/explorer/grid-list/_structureElements.scss
index 9b4b7ac..194a4c2 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/theming/components/explorer/grid-list/_structureElements.scss
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/theming/components/explorer/grid-list/_structureElements.scss
@@ -53,6 +53,10 @@
     max-height: 316px;
     overflow: auto;
     margin-bottom: 0;
+    user-select: text !important;
+    -moz-user-select: text !important;
+    -webkit-user-select: text !important;
+    -ms-user-select: text !important;
 }
 
 #import-new-flow-disabled-message {