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 ebdd9b8 + c2ee481 commit accca1cCopy full SHA for accca1c
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,14 @@
95
.syntaxhighlighter table td.code .container {
96
position: relative !important;
97
}
98
+/**
99
+ * Resolve conflict with Bootstrap CSS-based themes.
100
+ */
101
+.syntaxhighlighter table td.code .container:after,
102
+.syntaxhighlighter table td.code .container:before {
103
+ display: block !important;
104
+ content: "";
105
+}
106
.syntaxhighlighter table td.code .container textarea {
107
box-sizing: border-box !important;
108
position: absolute !important;
0 commit comments