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 0ed9e76 commit a5e2fabCopy full SHA for a5e2fab
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,10 @@
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
.d2h-file-side-diff {
111
display: inline-block;
112
overflow-x: scroll;
0 commit comments