Skip to content

Commit 4d01a27

Browse files
author
rakeshAlgo
committed
Resolve Eslint erros
1 parent 18bdc6b commit 4d01a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/clipboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ a.copy-code-button:hover {
139139
top: 0;
140140
}
141141

142-
/* Safari and Chrome */
143142
@media screen and (-webkit-min-device-pixel-ratio: 0) {
143+
/* Safari and Chrome */
144144
.doc .listingblock pre .fade-shadow {
145145
height: calc(100% - 8px);
146146
}
147147
}
148148

149149
code.language-console.hljs.shell,
150-
pre code.language-bash.hljs{
150+
pre code.language-bash.hljs {
151151
white-space: nowrap;
152152
overflow-x: auto;
153153
}

0 commit comments

Comments
 (0)