mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Increase the padding in the editable to 6px
This commit is contained in:
parent
cfa44025a8
commit
b98ddaafaa
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue