cssOMS/editor.scss
2023-05-24 18:09:09 +00:00

6 lines
110 B
SCSS

code[contenteditable], .contenteditable {
display: block;
outline: none;
white-space: pre-wrap;
}