diff --git a/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss b/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss index ef64b647..e92693d7 100644 --- a/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss +++ b/src/components/Elements/MainModal/scss/marketplace/modules/_item.scss @@ -159,6 +159,11 @@ p.description { display: flex; flex-flow: column; gap: 15px; + + .subtitle { + -webkit-user-select: text !important; + user-select: text !important; + } } .moreFromCurator {