permit text selection in pre elements

This commit is contained in:
Aljaz S
2021-11-24 09:27:39 +01:00
parent 6c4df06050
commit ea75000101

View File

@@ -22,6 +22,7 @@ html {
textarea, textarea,
input, input,
pre,
code { code {
-webkit-user-select: text; -webkit-user-select: text;
-moz-user-select: text; -moz-user-select: text;