Skip to content

Enable text selection on specific metadata on dataset page #4365

@xuang7

Description

@xuang7

Feature Summary

Currently, text on the dataset page cannot be selected or copied, including key metadata such as the dataset name, file path, and description. Users may need to copy this information for sharing or reference purposes.

Proposed Solution or Design

The root cause is the global * { user-select: none; } rule in styles.scss that disables text selection across the entire platform. The fix is to override this rule for specific metadata fields on the dataset page.

Impact / Priority

(P2)Medium – useful enhancement

Affected Area

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagePending for triaging
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions