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 971daf5 commit 7d986e0Copy full SHA for 7d986e0
syntaxhighlighter3/styles/shCore.css
@@ -7,7 +7,7 @@
7
*
8
* @version
9
* 3.0.83 (July 02 2010)
10
- *
+ *
11
* @copyright
12
* Copyright (C) 2004-2010 Alex Gorbatchev.
13
@@ -95,6 +95,11 @@
95
.syntaxhighlighter table td.code .container {
96
position: relative !important;
97
}
98
+.syntaxhighlighter table td.code .container:after,
99
+.syntaxhighlighter table td.code .container:before {
100
+ display: block !important;
101
+ content: "";
102
+}
103
.syntaxhighlighter table td.code .container textarea {
104
box-sizing: border-box !important;
105
position: absolute !important;
0 commit comments