mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
use inline-block so enter inserts br tags
This commit is contained in:
parent
8737c6737b
commit
fa498626a0
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* prevent floated images from being displayed outside field */
|
/* prevent floated images from being displayed outside field */
|
||||||
|
|
Loading…
Reference in a new issue