9 lines
132 B
SCSS
9 lines
132 B
SCSS
.font-editor {
|
|
font-family: var(--sn-stylekit-editor-font-family);
|
|
}
|
|
|
|
.wrap {
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|