Skip to content

Commit 2800325

Browse files
committed
docs: update layout and styles
1 parent 50a94c8 commit 2800325

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/assets/scss/_component-examples.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@
382382
pre {
383383
padding: .25rem 0 .875rem;
384384
margin-top: .8125rem;
385-
margin-right: 1.875rem;
386385
margin-bottom: 0;
387386
overflow: overlay;
388387
white-space: pre;
@@ -397,6 +396,10 @@
397396
}
398397
}
399398

399+
.docs-example-snippet .highlight pre {
400+
margin-right: 0;
401+
}
402+
400403
.highlight-toolbar {
401404
background-color: var(--cd-pre-bg);
402405

docs/assets/scss/_layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
@include ltr-rtl("padding-left", var(--cui-sidebar-occupy-start, 0));
44
will-change: auto;
55
@include transition(padding .15s);
6+
7+
> .container-lg {
8+
--cui-gutter-x: 3rem;
9+
}
610
}
711

812
.docs-layout {

0 commit comments

Comments
 (0)