Skip to content

Commit 6a1dc17

Browse files
committed
#3 Added span to the selectable tags
1 parent 93890cd commit 6a1dc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const reset = css`
8787
*, *:before, *:after {
8888
user-select: none;
8989
}
90-
p, h1, h2, h3, h4, h5, h6, blockquote, pre, ul, ol, li, table, tr, th, td, input, textarea {
90+
p, span, h1, h2, h3, h4, h5, h6, blockquote, pre, ul, ol, li, table, tr, th, td, input, textarea {
9191
user-select: text;
9292
}
9393
`;

0 commit comments

Comments
 (0)