We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b50ab1 commit 3a34a3eCopy full SHA for 3a34a3e
1 file changed
static/css/code.css
@@ -2,6 +2,9 @@ div.highlight {
2
margin-bottom: 20px;
3
border-radius: var(--borderRadius);
4
}
5
+td.code div.highlight {
6
+ border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
7
+}
8
pre {
9
overflow: auto;
10
white-space: pre;
@@ -28,9 +31,6 @@ td {
28
31
text-align: right;
29
32
overflow: hidden;
30
33
-td.code .highlight pre {
- border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
-}
34
td.code {
35
width: 100%;
36
@@ -48,4 +48,3 @@ table.highlighttable td {
48
table.highlighttable tbody > tr:nth-child(odd) > td {
49
background-color: transparent;
50
51
-
0 commit comments