Skip to content

Commit c905982

Browse files
author
shleewhite
committed
fix: move styles
1 parent 54c6207 commit c905982

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/app/styles/doc-components/code-group.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
@use "../breakpoints" as breakpoint;
77
@use "../typography/mixins" as *;
88

9-
:root {
10-
--ember-shiki-border-radius: 0px;
11-
}
12-
139
.doc-code-group {
1410
overflow: hidden;
1511
border-radius: 4px;
@@ -201,6 +197,10 @@
201197
}
202198
}
203199

200+
.doc-code-group__code-snippet-wrapper {
201+
--ember-shiki-border-radius: 0px;
202+
}
203+
204204
.shiki-code-block__code code {
205205
scrollbar-width: thin;
206206
scrollbar-color: var(--doc-color-gray-400) var(--doc-color-gray-300);

0 commit comments

Comments
 (0)