Skip to content

Commit b440844

Browse files
authored
fix(YfmCut): allow editing of yfm-cut title (#69)
1 parent 201945e commit b440844

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/extensions/yfm/YfmDist/yfm.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@
1515
white-space: break-spaces;
1616
/* stylelint-enable */
1717
}
18+
19+
.yfm-cut-title {
20+
/* stylelint-disable-next-line property-no-vendor-prefix */
21+
-webkit-user-select: text;
22+
user-select: text;
23+
}
1824
}

0 commit comments

Comments
 (0)