Files
standardnotes-app-web/packages/web/src/stylesheets/_ui.scss
2022-06-27 16:20:52 -05:00

9 lines
132 B
SCSS

.font-editor {
font-family: var(--sn-stylekit-editor-font-family);
}
.wrap {
word-wrap: break-word;
word-break: break-all;
}