Added block mode for .textbox to have a nice border on <span> tags.

This commit is contained in:
Martin Edenhofer 2014-09-27 11:18:34 +02:00
parent 45d9755068
commit e43c91840d

View file

@ -3430,6 +3430,7 @@ footer {
}
.textbox[contenteditable] {
display: block;
white-space: pre;
padding: 1px;
outline-style: none;