We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48259d commit 2d4c293Copy full SHA for 2d4c293
src/ui/css/diff2html.css
@@ -107,6 +107,18 @@
107
padding: 0 4.5em;
108
}
109
110
+.d2h-code-line,
111
+.d2h-code-side-line {
112
+ user-select: none;
113
+ width: 100%;
114
+}
115
+
116
+.d2h-code-line-ctn {
117
+ display: inline-block;
118
+ user-select: text;
119
120
121
122
.d2h-code-line del,
123
.d2h-code-side-line del {
124
display: inline-block;
0 commit comments