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.
2 parents 0ed9e76 + a3a0385 commit 26adbdbCopy full SHA for 26adbdb
src/ui/css/diff2html.css
@@ -5,10 +5,6 @@
5
*
6
*/
7
8
-.d2h-d-none {
9
- display: none;
10
-}
11
-
12
.d2h-wrapper {
13
text-align: left;
14
}
@@ -107,6 +103,11 @@
107
103
overflow-y: hidden;
108
104
109
105
106
+.d2h-files-diff.d2h-d-none,
+.d2h-file-diff.d2h-d-none {
+ display: none;
+}
110
+
111
.d2h-file-side-diff {
112
display: inline-block;
113
overflow-x: scroll;
0 commit comments