Added block mode for .textbox to have a nice border on <span> tags.
This commit is contained in:
parent
45d9755068
commit
e43c91840d
1 changed files with 1 additions and 0 deletions
|
@ -3430,6 +3430,7 @@ footer {
|
|||
}
|
||||
|
||||
.textbox[contenteditable] {
|
||||
display: block;
|
||||
white-space: pre;
|
||||
padding: 1px;
|
||||
outline-style: none;
|
||||
|
|
Loading…
Reference in a new issue