fix: ability to highlight descriptions on item pages

This commit is contained in:
alexsparkes
2024-05-21 20:32:29 +01:00
parent 500aded0b0
commit bf78a8a9f5

View File

@@ -159,6 +159,11 @@ p.description {
display: flex;
flex-flow: column;
gap: 15px;
.subtitle {
-webkit-user-select: text !important;
user-select: text !important;
}
}
.moreFromCurator {