Increase the padding in the editable to 6px

This commit is contained in:
Henrik Giesel 2021-02-16 18:40:58 +01:00
parent cfa44025a8
commit b98ddaafaa

View file

@ -2,7 +2,7 @@ anki-editable {
display: block; display: block;
overflow-wrap: break-word; overflow-wrap: break-word;
overflow: auto; overflow: auto;
padding: 5px; padding: 6px;
&:empty::after { &:empty::after {
content: "\a"; content: "\a";