mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 23:57:13 -05:00
11 lines
183 B
SCSS
11 lines
183 B
SCSS
editing-area {
|
|
display: block;
|
|
overflow-wrap: break-word;
|
|
overflow: auto;
|
|
padding: 5px;
|
|
|
|
&:empty::after {
|
|
content: "\a";
|
|
white-space: pre;
|
|
}
|
|
}
|