Unable to select field text - for copy and paste

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khopper
    Senior Member
    • Sep 2017
    • 340

    Unable to select field text - for copy and paste

    Unable to select field text - for copy and paste
    I have a temp CRM that I setup where for some reason I can select and copy the field names with the values to copy
    however in another CRM I have and in the LIVE ESPOCRM DEMO I am not able to.

    How can I allow it to let me select and copy as needed?
    See screen shots of examples
    Attached Files
  • yuri
    Member
    • Mar 2014
    • 8797

    #2
    Quick fix.

    Create a custom CSS file: https://docs.espocrm.com/development/custom-css/

    With the following contents:

    Code:
    .cell .control-label {
        user-select: auto !important;
    }
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...