mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Revert "use inline-block so enter inserts br tags"
This reverts commit 72c00aea9a.
works for empty fields, but picks up existing separator on existing content
This commit is contained in:
parent
72c00aea9a
commit
663471001c
1 changed files with 0 additions and 3 deletions
|
|
@ -3,9 +3,6 @@
|
|||
background: #fff;
|
||||
color: #000;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* prevent floated images from being displayed outside field */
|
||||
|
|
|
|||
Loading…
Reference in a new issue