Skip to content

Commit 3855071

Browse files
author
Alexandre Stanislawski
committed
fix(live-doc): fixes flow for texts
1 parent c83967e commit 3855071

File tree

2 files changed

+177
-81
lines changed

2 files changed

+177
-81
lines changed

docs/css/_documentation.scss

+20-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
code {
2+
word-wrap: break-word;
3+
}
14
// Layout
25

36
// Navigation
@@ -146,7 +149,7 @@
146149
}
147150
> .highlight, > .row .highlight {
148151
pre {
149-
border: 1px solid #a3b6cb;
152+
border: 0;
150153
.o {
151154
color: inherit;
152155
}
@@ -223,6 +226,17 @@
223226
}
224227
}
225228

229+
.codebox-combo {
230+
clear: both;
231+
& > p {
232+
float: left;
233+
max-width: 50%;
234+
}
235+
.code-box {
236+
float: right;
237+
}
238+
}
239+
226240
// Code box
227241

228242
.code-samples {
@@ -433,9 +447,6 @@
433447
img {
434448
max-width: 100%;
435449
}
436-
code {
437-
word-wrap: break-word;
438-
}
439450
.widget-description {
440451
padding: 0;
441452
}
@@ -445,7 +456,7 @@
445456
}
446457
.documentation-content{
447458
padding: 20px 0;
448-
p, h1, h2, h3, h4, .h4, div[id], ul {
459+
p, h1, h2, h3, h4, .h4, div[id], ul, .highlight {
449460
margin-right: 0;
450461
width: 100%;
451462
max-width: 100%;
@@ -454,6 +465,10 @@
454465
padding: 9.5px;
455466
}
456467
}
468+
.highlight pre {
469+
margin: 0;
470+
border-radius: 0;
471+
}
457472
.code-box {
458473
width: 100%;
459474
background: #172c4f;
@@ -473,9 +488,6 @@
473488
}
474489
}
475490
}
476-
.highlight pre {
477-
margin: 0;
478-
}
479491
.jsdoc {
480492
margin: 0;
481493
}

0 commit comments

Comments
 (0)