aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/pages')
-rw-r--r--packages/website/ts/pages/instant/code_demo.tsx7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/website/ts/pages/instant/code_demo.tsx b/packages/website/ts/pages/instant/code_demo.tsx
index fa0cebc62..20eb6b8d1 100644
--- a/packages/website/ts/pages/instant/code_demo.tsx
+++ b/packages/website/ts/pages/instant/code_demo.tsx
@@ -8,7 +8,8 @@ const CustomPre = styled.pre`
line-height: 24px;
overflow: scroll;
width: 600px;
- height: 500px;
+ height: 100%;
+ max-height: 800px;
border-radius: 4px;
code {
background-color: inherit !important;
@@ -16,7 +17,7 @@ const CustomPre = styled.pre`
font-family: 'Roboto Mono', sans-serif;
border: none;
}
- .lsl {
+ code:first-of-type {
background-color: #2a2a2a !important;
color: #999;
height: 100%;
@@ -27,7 +28,7 @@ const CustomPre = styled.pre`
line-height: 25px;
padding-top: 10px;
}
- .xml {
+ code:last-of-type {
position: relative;
top: 10px;
}