update EditableContent css
This commit is contained in:
parent
1e2301c4ac
commit
e7aca0c595
1 changed files with 4 additions and 0 deletions
|
@ -915,10 +915,14 @@ OxEditableContent
|
||||||
|
|
||||||
.OxEditableContent {
|
.OxEditableContent {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
word-wrap: break-word;
|
||||||
-moz-user-select: text;
|
-moz-user-select: text;
|
||||||
-o-user-select: text;
|
-o-user-select: text;
|
||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
.OxEditableContent.OxEditableContentInput {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue