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.
1 parent ea7050a commit 2bfd026Copy full SHA for 2bfd026
packages/docs/.vuepress/src/client/styles/_component-examples.scss
@@ -2,10 +2,18 @@
2
// Docs examples
3
//
4
5
-.tab-content .tab-pane {
6
- @include border-top-radius(0 !important);
+.docs-code-tabs {
+ padding: 0 ($cd-gutter-x * .5);
7
+ margin: 0 ($cd-gutter-x * -.5);
8
+
9
+ @include media-breakpoint-up(md) {
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+}
14
- .highlight, div[class^="language-"] {
15
+.docs-code-tab-content {
16
+ .tab-pane div[class^="language-"] {
17
border-top: 0 !important;
18
@include border-top-radius(0 !important);
19
}
0 commit comments