Skip to content

Commit c859adb

Browse files
author
rakeshAlgo
committed
Remove horizontal scrool from console code block
1 parent 795f926 commit c859adb

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
@@ -146,11 +146,11 @@ a.copy-code-button:hover {
146146
}
147147
}
148148

149-
code.language-console.hljs.shell,
149+
/* code.language-console.hljs.shell,
150150
pre code.language-bash.hljs {
151151
white-space: nowrap;
152152
overflow-x: auto;
153-
}
153+
} */
154154

155155
code::-webkit-scrollbar {
156156
width: 0.25rem;

0 commit comments

Comments
 (0)