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 31e77d5 commit 31a2a76Copy full SHA for 31a2a76
src/assets/stylesheets/EditorPanel.scss
@@ -1,5 +1,6 @@
1
@use "./rpf_design_system/spacing" as *;
2
@use "./rpf_design_system/font-size" as *;
3
+@use "../../../node_modules/@raspberrypifoundation/design-system-core/scss/mixins/typography";
4
5
// Scrollbar-width is needed from scrollbar to show in Chrome
6
.editor-wrapper {
@@ -25,12 +26,14 @@
25
26
}
27
28
.cm-scroller {
29
+ @include typography.style-1();
30
+
31
// Needed here for horizontal scroll
32
overflow: auto;
33
scrollbar-width: thin;
34
overscroll-behavior-x: none;
35
font-family: var(--wc-font-family-monospace);
- line-height: var(--line-height-1-5);
36
37
38
.cm-content {
39
flex: 1;
0 commit comments