mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 02:48:40 +00:00
6 lines
110 B
SCSS
6 lines
110 B
SCSS
code[contenteditable], .contenteditable {
|
|
display: block;
|
|
outline: none;
|
|
white-space: pre-wrap;
|
|
}
|