Remove special treatment of empty anki-editable

This commit is contained in:
Henrik Giesel 2021-08-31 16:53:06 +02:00 committed by Damien Elmes
parent 01a283bb99
commit 1363a40273

View file

@ -6,11 +6,6 @@ anki-editable {
overflow: auto; overflow: auto;
padding: 6px; padding: 6px;
&:empty::after {
content: "\a";
white-space: pre;
}
* { * {
max-width: 100%; max-width: 100%;
} }